mlpack
2.0.1
|
Classes | |
struct | check |
Public Types | |
typedef char | no[2] |
typedef char | yes[1] |
Static Public Member Functions | |
template<typename U > | |
static yes & | chk (check< U, typename boost::enable_if< boost::is_class< U >>::type *, typename boost::enable_if< HasSerializeFunction< U >>::type * > *) |
template<typename > | |
static no & | chk (...) |
Static Public Attributes | |
static const bool | value = (sizeof(chk<T>(0)) == sizeof(yes)) |
Definition at line 47 of file serialization_shim.hpp.
typedef char mlpack::data::HasSerialize< T >::no[2] |
Definition at line 51 of file serialization_shim.hpp.
typedef char mlpack::data::HasSerialize< T >::yes[1] |
Definition at line 50 of file serialization_shim.hpp.
|
static |
|
static |
|
static |
Definition at line 59 of file serialization_shim.hpp.