mcrl2::pbes_system::or_

Include file:

#include "mcrl2/pbes/pbes_expression.h
class mcrl2::pbes_system::or_

brief The or operator for pbes expressions

Public member functions

const pbes_expression &left() const
or_ &operator=(const or_&) noexcept = default
or_ &operator=(or_&&) noexcept = default
or_()

brief Default constructor.

or_(const atermpp::aterm &term)

brief Constructor. param term A term

or_(const or_&) noexcept = default

Move semantics.

or_(const pbes_expression &left, const pbes_expression &right)

brief Constructor.

or_(or_&&) noexcept = default
const pbes_expression &right() const