Include file:
#include "mcrl2/data/where_clause.h
mcrl2::data::
where_clause
¶brief A where expression
assignments
() const¶body
() constdeclarations
() const¶operator=
(const where_clause&) noexcept = default¶operator=
(where_clause&&) noexcept = default¶where_clause
()¶brief Default constructor.
where_clause
(const data_expression &body, const assignment_expression_list &declarations)¶brief Constructor.
where_clause
(const data_expression &body, const Container &declarations, typename atermpp::enable_if_container<Container, assignment_expression>::type * = nullptr)¶brief Constructor.
where_clause
(const where_clause&) noexcept = default¶Move semantics.
where_clause
(where_clause&&) noexcept = default¶