MessagePack for C++
Public Member Functions | List of all members
msgpack::adaptor::as< std::tuple< Args... >, typename std::enable_if< msgpack::all_of< msgpack::has_as, Args... >::value >::type > Struct Template Reference

#include <tuple.hpp>

Public Member Functions

std::tuple< Args... > operator() (msgpack::object const &o) const
 

Member Function Documentation

§ operator()()

template<typename... Args>
std::tuple<Args...> msgpack::adaptor::as< std::tuple< Args... >, typename std::enable_if< msgpack::all_of< msgpack::has_as, Args... >::value >::type >::operator() ( msgpack::object const &  o) const
inline

The documentation for this struct was generated from the following file: