Include file:
#include "mcrl2/bes/bdd_expression.h
mcrl2::bdd::
if_
¶brief The if operator for bdd expressions
if_
()¶brief Default constructor.
if_
(const core::identifier_string &name, const bdd_expression &left, const bdd_expression &right)¶brief Constructor.
if_
(const std::string &name, const bdd_expression &left, const bdd_expression &right)¶brief Constructor.
left
() const¶name
() constright
() const¶