10#ifndef MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
11#define MSGPACK_V1_TYPE_SIZE_EQUAL_ONLY_DECL_HPP
33std::size_t
size(T
const& t);
35template <
typename T, std::
size_t N>
36std::size_t
size(
const T(&)[N]);
38#if !defined(MSGPACK_USE_CPP03)
40template <
typename... T>
41std::size_t
size(std::tuple<T...>
const&);
Definition array_ref.hpp:24
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
Definition size_equal_only.hpp:45
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66