|
MessagePack for C++
|


Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
| namespace | msgpack::type |
Functions | |
| template<typename T > | |
| std::enable_if< has_as< T >::value >::type | msgpack::type::convert_helper (msgpack::object const &o, T &t) |
| template<typename T > | |
| std::enable_if<!has_as< T >::value >::type | msgpack::type::convert_helper (msgpack::object const &o, T &t) |