CatapultServer
v0.5.0.1 (Elephant)
|
Classes | |
struct | is_type_expression_t< decltype(reinterpret_cast< const T * >(0) ->isActive(Height()))> > |
struct | IsActiveAccessor |
Static Public Member Functions | |
template<typename T > | |
static bool | IsActive (const T &value, Height height) |
Private Types | |
enum | IsActiveType { IsActiveType::Unsupported, IsActiveType::Supported } |
using | UnsupportedIsActiveFlag = std::integral_constant< IsActiveType, IsActiveType::Unsupported > |
using | SupportedIsActiveFlag = std::integral_constant< IsActiveType, IsActiveType::Supported > |
Static Private Member Functions | |
template<typename T > | |
static bool | IsActive (const T &, Height, UnsupportedIsActiveFlag) |
template<typename T > | |
static bool | IsActive (const T &value, Height height, SupportedIsActiveFlag) |
|
private |
|
private |
|
strongprivate |
|
inlinestaticprivate |
|
inlinestatic |
|
inlinestaticprivate |