10#ifndef MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
11#define MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
26struct size_equal_only;
32std::size_t
size(T
const& t);
34template <
typename T, std::
size_t N>
35std::size_t
size(
const T(&)[N]);
37#if !defined(MSGPACK_USE_CPP03)
39template <
typename... T>
40std::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