OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::weakbool Class Reference

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.
 

Detailed Description

Weak tri-state boolean value.

See also
tribool
indeterminate
Examples
eagine/tribool.cpp.

The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).