cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
msgpack_light::details::array_data Struct Reference

Struct of data of arrays. More...

#include <msgpack_light/details/object_data.h>

Collaboration diagram for msgpack_light::details::array_data:

Public Attributes

object_datadata
 Data.
std::size_t size
 Size of the data.

Detailed Description

Struct of data of arrays.

Definition at line 56 of file object_data.h.

Member Data Documentation

◆ data

object_data* msgpack_light::details::array_data::data

Data.

Definition at line 58 of file object_data.h.

◆ size

std::size_t msgpack_light::details::array_data::size

Size of the data.

Definition at line 61 of file object_data.h.


The documentation for this struct was generated from the following file: