MessagePack for C++
Public Types | Static Public Attributes | List of all members
msgpack::integral_constant< T, val > Struct Template Reference

#include <cpp_config.hpp>

Inheritance diagram for msgpack::integral_constant< T, val >:
msgpack::is_same< T, U > msgpack::is_same< T, T >

Public Types

typedef T value_type
 
typedef integral_constant< T, val > type
 

Static Public Attributes

static T const value = val
 

Member Typedef Documentation

◆ type

template<typename T , T val>
typedef integral_constant<T, val> msgpack::integral_constant< T, val >::type

◆ value_type

template<typename T , T val>
typedef T msgpack::integral_constant< T, val >::value_type

Member Data Documentation

◆ value

template<typename T , T val>
T const msgpack::integral_constant< T, val >::value = val
static

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