SST/macro
|
#include <serialize.h>
Public Types | |
typedef char | yes[1] |
typedef char | no[2] |
Static Public Member Functions | |
static yes & | check (S *) |
static no & | check (...) |
Static Public Attributes | |
static bool const | value = sizeof(check(static_cast<T*>(0))) == sizeof(yes) |
Definition at line 67 of file serialize.h.
typedef char sprockit::is_base_of< T, S >::no[2] |
Definition at line 70 of file serialize.h.
typedef char sprockit::is_base_of< T, S >::yes[1] |
Definition at line 69 of file serialize.h.
|
static |
|
static |
|
static |
Definition at line 75 of file serialize.h.