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

whether a type is integer type More...

#include <type_traits.h>

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

Static Public Attributes

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

Detailed Description

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

whether a type is integer type

Template Parameters
Tthe type to query

Member Data Documentation

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

the value of the traits


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