Public Member Functions | |
template<typename That > | |
constexpr and_< and_, That > | operator && (That) const noexcept |
constexpr | operator bool () const noexcept |
constexpr not_< and_ > | operator! () const noexcept |
template<typename That > | |
constexpr or_< and_, 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 |