10 #ifndef MSGPACK_V1_PACK_DECL_HPP 11 #define MSGPACK_V1_PACK_DECL_HPP 15 #include "msgpack/sysdep.h" 28 template <
typename Stream>
41 template <
typename Stream,
typename T>
42 void pack(Stream* s,
const T& v);
51 template <
typename Stream,
typename T>
52 void pack(Stream& s,
const T& v);
54 #if MSGPACK_ENDIAN_LITTLE_BYTE 67 #elif MSGPACK_ENDIAN_BIG_BYTE 82 #error msgpack-c supports only big endian and little endian 91 #endif // MSGPACK_V1_PACK_DECL_HPP Definition: adaptor_base.hpp:15
void pack(msgpack::packer< Stream > &o, const T &v)
Definition: object.hpp:668
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58