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

Definition of basic_binary_buffer class. More...

#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <new>
#include <utility>
Include dependency graph for basic_binary_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_light::details::basic_binary_buffer
 Class of basic buffers for binary data. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.
namespace  msgpack_light::details
 Namespace of internal implementations.
namespace  std
 STL namespace.

Functions

template<>
void std::swap (msgpack_light::details::basic_binary_buffer &instance1, msgpack_light::details::basic_binary_buffer &instance2) noexcept
 Implementation of std::swap for msgpack_light::details::basic_binary_buffer.

Detailed Description

Definition of basic_binary_buffer class.

Definition in file basic_binary_buffer.h.