10 #ifndef MSGPACK_V2_PACK_DECL_HPP 11 #define MSGPACK_V2_PACK_DECL_HPP 25 #if MSGPACK_ENDIAN_LITTLE_BYTE 35 #elif MSGPACK_ENDIAN_BIG_BYTE 46 #error msgpack-c supports only big endian and little endian 55 #endif // MSGPACK_V2_PACK_DECL_HPP Definition: adaptor_base.hpp:15
void pack(msgpack::packer< Stream > &o, const T &v)
Definition: object.hpp:664
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58