Public Member Functions | |
constexpr | operator bool () const noexcept |
constexpr not_< or_ > | operator! () const noexcept |
template<typename That > | |
constexpr and_< or_, That > | operator&& (That) const noexcept |
template<typename That > | |
constexpr or_< or_, That > | operator|| (That) const noexcept |
Static Public Member Functions | |
static constexpr bool | impl (std::false_type) noexcept |
static constexpr bool | impl (std::true_type) noexcept |