MessagePack for C++
|
#include <array.hpp>
Static Public Member Functions | |
static std::array< T, N > | as (msgpack::object const &o) |
|
inlinestatic |
References msgpack::object::union_type::array, msgpack::object::as(), msgpack::adaptor::detail::array::concat(), msgpack::object_array::ptr, and msgpack::object::via.
Referenced by msgpack::adaptor::as< std::array< T, N >, typename std::enable_if< msgpack::has_as< T >::value >::type >::operator()().