10#ifndef MSGPACK_V1_TYPE_ARRAY_REF_DECL_HPP
11#define MSGPACK_V1_TYPE_ARRAY_REF_DECL_HPP
29typename msgpack::enable_if<
30 !msgpack::is_array<T const>::value,
36typename msgpack::enable_if<
37 !msgpack::is_array<T>::value,
42template <
typename T, std::
size_t N>
45template <
typename T, std::
size_t N>
msgpack::enable_if<!msgpack::is_array< Tconst >::value, array_ref< Tconst > >::type make_array_ref(const T &t)
Definition array_ref.hpp:126
Definition adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66