SMACC
|
#include <introspection.h>
Public Types | |
enum | { value = sizeof(test<T>(0)) == sizeof(YesType) } |
Private Types | |
typedef char | YesType[1] |
typedef char | NoType[2] |
Static Private Member Functions | |
template<typename C > | |
static YesType & | test (decltype(&C::getEventLabel)) |
template<typename C > | |
static NoType & | test (...) |
Definition at line 103 of file introspection.h.
|
private |
Definition at line 107 of file introspection.h.
|
private |
Definition at line 106 of file introspection.h.
anonymous enum |
|
staticprivate |
|
staticprivate |