proxygen
|
#include <concept_def.h>
Public Member Functions | |
constexpr | operator bool () const noexcept |
template<class This = Not, bool B, int(*) _pushmi_concept_unique___LINE__ = nullptr, std::enable_if_t< _pushmi_concept_unique___LINE__||bool(B==(bool) This{}), int > = 0> | |
constexpr | operator std::integral_constant< bool, B > () const noexcept |
constexpr auto | operator! () const noexcept |
template<class That > | |
constexpr auto | operator&& (That) const noexcept |
template<class That > | |
constexpr auto | operator|| (That) const noexcept |
Definition at line 460 of file concept_def.h.
|
inlineexplicitnoexcept |
Definition at line 461 of file concept_def.h.
References folly::pushmi::PUSHMI_TEMPLATE(), and folly::T.
|
inlinenoexcept |
Definition at line 465 of file concept_def.h.
References folly::pushmi::__adl::noexcept().
|
inlinenoexcept |
Definition at line 468 of file concept_def.h.
References folly::T.
Referenced by folly::pushmi::concepts::detail::And< T, U >::operator!(), and folly::pushmi::concepts::detail::Or< T, U >::operator!().
|
inlinenoexcept |
Definition at line 472 of file concept_def.h.
Referenced by folly::pushmi::concepts::detail::Or< T, U >::operator&&().
|
inlinenoexcept |
Definition at line 476 of file concept_def.h.
Referenced by folly::pushmi::concepts::detail::Or< T, U >::operator||().