Include file:
#include "mcrl2/data/assignment.h
mcrl2::data::
assignment
¶brief Assignment of a data expression to a variable
assignment
()¶brief Default constructor.
assignment
(assignment&&) noexcept = default¶assignment
(const assignment&) noexcept = default¶Move semantics.
assignment
(const variable &lhs, const data_expression &rhs)¶brief Constructor.
operator()
(const variable &x) const¶Applies the assignment to a variable.
Parameters:
Returns: The value x[lhs() := rhs()].
operator=
(assignment&&) noexcept = default¶operator=
(const assignment&) noexcept = default¶rhs
() const¶