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

whether a type is pod type More...

#include <type_traits.h>

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

Static Public Attributes

static const bool value = std::is_pod<T>::value
 the value of the traits More...
 

Detailed Description

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

whether a type is pod type

Template Parameters
Tthe type to query

Member Data Documentation

template<typename T >
const bool dmlc::is_pod< T >::value = std::is_pod<T>::value
static

the value of the traits


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