Phi
|
Static Public Member Functions | |
template<typename Type1T > | |
static yes_type | test (typename is_destructible_apply< decltype(declval< Type1T &>().~Type1T())>::type) |
template<typename Type1T > | |
static no_type | test (...) |
Static Public Attributes | |
static PHI_CONSTEXPR_AND_CONST bool | value = sizeof(test<TypeT>(12)) == sizeof_yes_type |