cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
pack_in_big_endian.h File Reference

Definition of pack_in_big_endian function. More...

Include dependency graph for pack_in_big_endian.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of pack_in_big_endian function.

Definition in file pack_in_big_endian.h.