Go to the source code of this file.
|
| struct | msgpack::adaptor::detail::would_underflow< Target, Source, target_is_signed, source_is_signed, typename > |
| |
| struct | msgpack::adaptor::detail::would_underflow< Target, Source, false, true > |
| |
| struct | msgpack::adaptor::detail::would_underflow< Target, Source, true, true > |
| |
| struct | msgpack::adaptor::detail::would_overflow< Target, Source, target_is_signed, source_is_signed, typename > |
| |
| struct | msgpack::adaptor::detail::would_overflow< Target, Source, false, true > |
| |
| struct | msgpack::adaptor::detail::would_overflow< Target, Source, true, false > |
| |
| struct | msgpack::adaptor::as< std::chrono::time_point< Clock, Duration > > |
| |
| struct | msgpack::adaptor::convert< std::chrono::time_point< Clock, Duration > > |
| |
| struct | msgpack::adaptor::pack< std::chrono::time_point< Clock, Duration > > |
| |
| struct | msgpack::adaptor::object_with_zone< std::chrono::time_point< Clock, Duration > > |
| |
|
| 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) |
| |