proxygen
|
#include <Regular.h>
Public Types | |
template<class T > | |
using | Members = FOLLY_POLY_MEMBERS(&isEqual_< T >) |
Public Types inherited from folly::PolyExtends<> | |
using | Subsumptions = detail::TypeList< I... > |
using | Members = PolyMembers<> |
Static Public Member Functions | |
template<class T > | |
static auto | isEqual_ (T const &_this, T const &that) -> decltype(std::declval< bool(&)(bool)>()(_this==that)) |
using folly::poly::IEqualityComparable::Members = FOLLY_POLY_MEMBERS(&isEqual_<T>) |