mcrl2::bes::and_

Include file:

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

brief The and operator for boolean expressions

Public member functions

and_()

brief Default constructor.

and_(and_&&) noexcept = default
and_(const and_&) noexcept = default

Move semantics.

and_(const atermpp::aterm &term)

brief Constructor. param term A term

and_(const boolean_expression &left, const boolean_expression &right)

brief Constructor.

const boolean_expression &left() const
and_ &operator=(and_&&) noexcept = default
and_ &operator=(const and_&) noexcept = default
const boolean_expression &right() const