MessagePack for C++
Loading...
Searching...
No Matches
type.hpp
Go to the documentation of this file.
1#include "cpp_config.hpp"
3#include "adaptor/bool.hpp"
4#include "adaptor/carray.hpp"
6#include "adaptor/deque.hpp"
7#include "adaptor/ext.hpp"
8#include "adaptor/fixint.hpp"
9#include "adaptor/float.hpp"
10#include "adaptor/int.hpp"
11#include "adaptor/complex.hpp"
12#include "adaptor/list.hpp"
13#include "adaptor/map.hpp"
14#include "adaptor/nil.hpp"
15#include "adaptor/pair.hpp"
16#include "adaptor/raw.hpp"
17#include "adaptor/v4raw.hpp"
18#include "adaptor/set.hpp"
20#include "adaptor/string.hpp"
21#include "adaptor/vector.hpp"
25#include "adaptor/wstring.hpp"
27#include "adaptor/define.hpp"
28
29#if defined(MSGPACK_USE_CPP03)
30
33
34#else // defined(MSGPACK_USE_CPP03)
35
39
41
50
51#if MSGPACK_HAS_INCLUDE(<optional>)
53#endif // MSGPACK_HAS_INCLUDE(<optional>)
54
55#if MSGPACK_HAS_INCLUDE(<string_view>)
57#endif // MSGPACK_HAS_INCLUDE(<string_view>)
58
63
64#if MSGPACK_HAS_INCLUDE(<variant>)
66#endif // MSGPACK_HAS_INCLUDE(<variant>)
67
68#if MSGPACK_HAS_INCLUDE(<span>)
70#endif // MSGPACK_HAS_INCLUDE(<span>)
71
72#endif // defined(MSGPACK_USE_CPP03)
73
74#if !defined(MSGPACK_NO_BOOST)
76
77#if !defined(MSGPACK_USE_CPP03)
79#endif // !defined(MSGPACK_USE_CPP03)
80
84#endif // !defined(MSGPACK_NO_BOOST)