|
cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of pack_in_big_endian function. More...
#include "msgpack_light/details/mutable_static_binary_view.h"#include "msgpack_light/details/to_big_endian.h"#include "msgpack_light/details/total_size_of.h"Go to the source code of this file.
Namespaces | |
| namespace | msgpack_light |
| Namespace of this project. | |
| namespace | msgpack_light::details |
| Namespace of internal implementations. | |
Functions | |
| template<typename T, typename... Remaining> | |
| void | msgpack_light::details::pack_in_big_endian (mutable_static_binary_view< total_size_of< T, Remaining... > > buffer, T value, Remaining... remaining_values) noexcept |
| Pack some values in big endian. | |
Definition of pack_in_big_endian function.
Definition in file pack_in_big_endian.h.