10 #ifndef MSGPACK_TYPE_BOOST_STRING_REF_HPP 11 #define MSGPACK_TYPE_BOOST_STRING_REF_HPP 13 #include <boost/version.hpp> 14 #if (BOOST_VERSION / 100000) >= 1 && ((BOOST_VERSION / 100) % 1000) >= 53 20 #include <boost/utility/string_ref.hpp> 31 struct convert<boost::string_ref> {
49 struct pack<boost::string_ref> {
50 template <
typename Stream>
60 struct object<boost::string_ref> {
70 struct object_with_zone<boost::string_ref> {
85 #endif // (BOOST_VERSION / 100000) >= 1 && ((BOOST_VERSION / 100) % 1000) >= 53 87 #endif // MSGPACK_TYPE_BOOST_STRING_REF_HPP Definition: object_fwd.hpp:37
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
const char * ptr
Definition: object_fwd.hpp:66
uint32_t checked_get_container_size(T size)
Definition: check_container_size.hpp:55
union_type via
Definition: object_fwd.hpp:123
Definition: object_fwd.hpp:38
uint32_t size
Definition: object_fwd.hpp:65
Definition: adaptor_base.hpp:15
const char * ptr
Definition: object_fwd.hpp:61
void convert(T &v, msgpack::object const &o)
Definition: object.hpp:631
Definition: object_fwd.hpp:260
packer< Stream > & pack_str_body(const char *b, uint32_t l)
Packing str body.
Definition: pack.hpp:1223
Definition: object_fwd.hpp:253
void pack(msgpack::packer< Stream > &o, const T &v)
Definition: object.hpp:638
msgpack::object_str str
Definition: object_fwd.hpp:117
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:106
msgpack::type::object_type type
Definition: object_fwd.hpp:122
uint32_t size
Definition: object_fwd.hpp:60
The class template that supports continuous packing.
Definition: adaptor_base.hpp:22
packer< Stream > & pack_str(uint32_t l)
Packing str header and length.
Definition: pack.hpp:1200
msgpack::object const & operator()(msgpack::object const &o, T &v) const
Definition: object.hpp:195
msgpack::object_bin bin
Definition: object_fwd.hpp:118