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

Definition of helper functions for implementation of object class. More...

Include dependency graph for object_helper.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 Allocator>
void msgpack_light::details::clear_object_data (object_data &data, allocator_wrapper< Allocator > &allocator) noexcept
 Clear data.
template<typename Allocator>
void msgpack_light::details::copy_object_data (object_data &to, const object_data &from, allocator_wrapper< Allocator > &allocator)
 Copy data.

Detailed Description

Definition of helper functions for implementation of object class.

Definition in file object_helper.h.