Classes | |
struct | check |
Public Types | |
typedef char | no[2] |
typedef char | yes[1] |
Static Public Member Functions | |
template | |
static yes & | chk (check< U, typename std::enable_if_t< std::is_class< U >::value > *, typename std::enable_if_t< HasSerializeFunction< U >::value > *> *) |
template | |
static no & | chk (...) |
Static Public Attributes | |
static const bool | value = (sizeof(chk |
Definition at line 45 of file has_serialize.hpp.
typedef char no[2] |
Definition at line 49 of file has_serialize.hpp.
typedef char yes[1] |
Definition at line 48 of file has_serialize.hpp.
|
static |
|
static |
Definition at line 57 of file has_serialize.hpp.