mcrl2::bes::not_

Include file:

#include "mcrl2/bes/boolean_expression.h
class mcrl2::bes::not_

brief The not operator for boolean expressions

Public member functions

not_()

brief Default constructor.

not_(const atermpp::aterm &term)

brief Constructor. param term A term

not_(const boolean_expression &operand)

brief Constructor.

not_(const not_&) noexcept = default

Move semantics.

not_(not_&&) noexcept = default
const boolean_expression &operand() const
not_ &operator=(const not_&) noexcept = default
not_ &operator=(not_&&) noexcept = default