MessagePack for C++
Public Member Functions | List of all members
msgpack::adaptor::as< std::pair< T1, T2 >, typename std::enable_if< msgpack::any_of< msgpack::has_as, T1, T2 >::value >::type > Struct Template Reference

#include <pair.hpp>

Public Member Functions

std::pair< T1, T2 > operator() (msgpack::object const &o) const
 

Member Function Documentation

template<typename T1 , typename T2 >
std::pair<T1, T2> msgpack::adaptor::as< std::pair< T1, T2 >, typename std::enable_if< msgpack::any_of< msgpack::has_as, T1, T2 >::value >::type >::operator() ( msgpack::object const &  o) const
inline

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