mcrl2::state_formulas::false_ =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/modal_formula/state_formula.h .. cpp:class:: mcrl2::state_formulas::false_ \brief The value false for state formulas Public member functions ------------------------------------------------------------------------------- .. cpp:function:: false_() \brief Default constructor. .. cpp:function:: false_(const atermpp::aterm &term) \brief Constructor. \param term A term .. cpp:function:: false_(const false_ &) noexcept=default Move semantics. .. cpp:function:: false_(false_ &&) noexcept=default .. cpp:function:: false_& operator=(const false_ &) noexcept=default .. cpp:function:: false_& operator=(false_ &&) noexcept=default