Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Attributes
dmlc::is_arithmetic< T > Struct Template Reference

whether a type is arithemetic type More...

#include <type_traits.h>

Static Public Attributes

static const bool value
 the value of the traits
 

Detailed Description

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

whether a type is arithemetic type

Template Parameters
Tthe type to query

Field Documentation

◆ value

template<typename T >
const bool dmlc::is_arithmetic< T >::value
static
Initial value:
whether a type is floating point type
Definition type_traits.h:52
whether a type is integer type
Definition type_traits.h:37

the value of the traits


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