siplasplas
|
Static Public Member Functions | |
template<typename U > | |
static std::true_type | check (decltype(&U::operator(), nullptr)) |
template<typename U > | |
static std::false_type | check (...) |
Static Public Attributes | |
static constexpr bool | value = decltype(check<T>(nullptr))::value |