Class storing initially false value and logically or-ing other values. More...
#include <eagine/bool_aggregate.hpp>
Public Member Functions | |
constexpr auto | operator() (bool b=true) noexcept -> auto & |
Logically or-s the stored state with the specified argument. | |
constexpr | operator bool () const noexcept |
Returns the current boolean state. | |
Class storing initially false value and logically or-ing other values.