10 #ifndef MSGPACK_V1_TYPE_ARRAY_REF_DECL_HPP
11 #define MSGPACK_V1_TYPE_ARRAY_REF_DECL_HPP
29 typename msgpack::enable_if<
30 !msgpack::is_array<T const>::value,
36 typename msgpack::enable_if<
37 !msgpack::is_array<T>::value,
42 template <
typename T, std::
size_t N>
45 template <
typename T, std::
size_t N>
msgpack::enable_if< !msgpack::is_array< T const >::value, array_ref< T const >>::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