10 #ifndef MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
11 #define MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
26 struct size_equal_only;
32 std::size_t
size(T
const& t);
34 template <
typename T, std::
size_t N>
35 std::size_t
size(
const T(&)[N]);
37 #if !defined(MSGPACK_USE_CPP03)
39 template <
typename... T>
40 std::size_t
size(std::tuple<T...>
const&);
size_equal_only< T > make_size_equal_only(T &t)
Definition: size_equal_only.hpp:51
std::size_t size(T const &t)
Definition: size_equal_only.hpp:24
Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66