MessagePack for C++
Namespaces | Functions
cpp11_convert_helper.hpp File Reference
#include <tuple>
#include <msgpack/object_fwd.hpp>
Include dependency graph for cpp11_convert_helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 msgpack
 
 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)