Weak tri-state boolean value. More...
#include <eagine/tribool.hpp>
Public Member Functions | |
| constexpr | operator bool () const noexcept |
Returns true, if the stored value is not false. | |
| constexpr auto | operator! () const noexcept |
Returns true, if the stored value is not true. | |
| constexpr auto | is (indeterminate_t) const noexcept |
| @ brief Checks if the stored value is indeterminate. | |