|
MessagePack for C++
|
Namespaces | |
| namespace | array |
Classes | |
| struct | is_std_pair |
| struct | is_std_pair< std::pair< T, U > > |
| struct | is_std_tuple |
| struct | is_std_tuple< std::tuple< Args... > > |
| struct | is_seq_no_pair_no_tuple |
| struct | pack_imp |
| struct | object_imp |
| struct | object_with_zone_imp |
| struct | would_underflow |
| struct | would_underflow< Target, Source, false, true > |
| struct | would_underflow< Target, Source, true, true > |
| struct | would_overflow |
| struct | would_overflow< Target, Source, false, true > |
| struct | would_overflow< Target, Source, true, false > |
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) |
| Target msgpack::adaptor::detail::integral_cast | ( | Source | source | ) |
Referenced by msgpack::adaptor::as< std::chrono::time_point< Clock, Duration > >::operator()(), msgpack::adaptor::convert< std::chrono::time_point< Clock, Duration > >::operator()(), msgpack::adaptor::object_with_zone< std::chrono::time_point< Clock, Duration > >::operator()(), and msgpack::adaptor::pack< std::chrono::time_point< Clock, Duration > >::operator()().