mlpack  master
Static Public Attributes | List of all members
mlpack::data::HasSerializeFunction< T > Struct Template Reference

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
struct mlpack::data::HasSerializeFunction< T >

Definition at line 34 of file serialization_shim.hpp.

Member Data Documentation

template<typename T >
const bool mlpack::data::HasSerializeFunction< T >::value
static
Initial value:
=
HasSerializeCheck<T, void(T::*)(boost::archive::xml_oarchive&,
const unsigned int)>::value ||
HasSerializeCheck<T, void(*)(boost::archive::xml_oarchive&,
const unsigned int)>::value

Definition at line 36 of file serialization_shim.hpp.


The documentation for this struct was generated from the following file: