Go to the documentation of this file.
10 #ifndef MSGPACK_V1_TYPE_BOOL_HPP
11 #define MSGPACK_V1_TYPE_BOOL_HPP
35 template <
typename Stream>
66 #endif // MSGPACK_V1_TYPE_BOOL_HPP
The class template that supports continuous packing.
Definition: adaptor_base_decl.hpp:24
Definition: adaptor_base.hpp:43
Definition: adaptor_base.hpp:15
Definition: adaptor_base.hpp:27
packer< Stream > & pack_true()
Packing true.
Definition: pack.hpp:1143
void operator()(msgpack::object &o, bool v) const
Definition: bool.hpp:45
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
@ BOOLEAN
Definition: object_fwd_decl.hpp:30
union_type via
Definition: object_fwd.hpp:93
void operator()(msgpack::object::with_zone &o, bool v) const
Definition: bool.hpp:53
Definition: adaptor_base.hpp:38
msgpack::object const & operator()(msgpack::object const &o, bool &v) const
Definition: bool.hpp:26
packer< Stream > & pack_false()
Packing false.
Definition: pack.hpp:1151
msgpack::packer< Stream > & operator()(msgpack::packer< Stream > &o, const bool &v) const
Definition: bool.hpp:36
Definition: object_fwd.hpp:236
Definition: adaptor_base.hpp:32
bool boolean
Definition: object_fwd.hpp:77
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75
Definition: object.hpp:35
msgpack::type::object_type type
Definition: object_fwd.hpp:92