#include <is_class.hpp>
|
static const bool | value = sizeof(probe< T >(0)) == sizeof(int) |
|
|
template<typename > |
static char | probe (...) |
|
template<typename U > |
static int | probe (void(U::*)(void)) |
|
template<typename T>
struct is_class< T >
Definition at line 10 of file is_class.hpp.
◆ probe() [1/2]
template<typename T >
template<typename >
◆ probe() [2/2]
template<typename T >
template<typename U >
static int is_class< T >::probe |
( |
void(U::*)(void) |
| ) |
|
|
staticprotected |
◆ value
template<typename T >
const bool is_class< T >::value = sizeof(probe< T >(0)) == sizeof(int) |
|
static |
The documentation for this struct was generated from the following file: