mxnet
Static Public Attributes | List of all members
dmlc::has_saveload< T > Struct Template Reference

whether a type have save/load function More...

#include <type_traits.h>

Collaboration diagram for dmlc::has_saveload< T >:
Collaboration graph

Static Public Attributes

static const bool value = false
 the value of the traits More...
 

Detailed Description

template<typename T>
struct dmlc::has_saveload< T >

whether a type have save/load function

Template Parameters
Tthe type to query

Member Data Documentation

template<typename T >
const bool dmlc::has_saveload< T >::value = false
static

the value of the traits


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