MessagePack for C++
Loading...
Searching...
No Matches
msgpack::type::fix_int< T > Struct Template Reference

#include <fixint.hpp>

Public Types

typedef T value_type

Public Member Functions

 fix_int ()
 fix_int (T value)
 operator T () const
get () const

Member Typedef Documentation

◆ value_type

template<typename T>
typedef T msgpack::type::fix_int< T >::value_type

Constructor & Destructor Documentation

◆ fix_int() [1/2]

template<typename T>
msgpack::type::fix_int< T >::fix_int ( )
inline

◆ fix_int() [2/2]

template<typename T>
msgpack::type::fix_int< T >::fix_int ( T value)
inline

Member Function Documentation

◆ get()

◆ operator T()

template<typename T>
msgpack::type::fix_int< T >::operator T ( ) const
inline

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