liblcf
|
#include <reader_struct.h>
Public Types | |
typedef char | yes |
typedef int | no |
Static Public Member Functions | |
template<class C > | |
static yes & | check (void(C::*)(void)) |
template<class C > | |
static no & | check (...) |
Static Public Attributes | |
static const bool | value = sizeof(check<T>(0)) == sizeof(yes) |
Definition at line 321 of file reader_struct.h.
typedef int Class_Test< T >::no |
Definition at line 323 of file reader_struct.h.
typedef char Class_Test< T >::yes |
Definition at line 322 of file reader_struct.h.
|
static |
|
static |
Definition at line 330 of file reader_struct.h.