MessagePack for C++
Loading...
Searching...
No Matches
Namespaces | Classes | Functions
msgpack::adaptor::detail Namespace Reference

Namespaces

namespace  array
 

Classes

struct  is_seq_no_pair_no_tuple
 
struct  is_std_pair
 
struct  is_std_pair< std::pair< T, U > >
 
struct  is_std_tuple
 
struct  is_std_tuple< std::tuple< Args... > >
 
struct  object_imp
 
struct  object_with_zone_imp
 
struct  pack_imp
 
struct  would_overflow
 
struct  would_overflow< Target, Source, false, true >
 
struct  would_overflow< Target, Source, true, false >
 
struct  would_underflow
 
struct  would_underflow< Target, Source, false, true >
 
struct  would_underflow< Target, Source, true, true >
 

Functions

template<typename Target , typename Source , typename = typename std::enable_if< std::is_integral<Target>::value && std::is_integral<Source>::value >::type>
Target integral_cast (Source source)
 

Function Documentation

◆ integral_cast()

template<typename Target , typename Source , typename = typename std::enable_if< std::is_integral<Target>::value && std::is_integral<Source>::value >::type>
Target msgpack::adaptor::detail::integral_cast ( Source  source)