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

Struct of data of key-value pairs in maps. More...

#include <msgpack_light/details/object_data.h>

Collaboration diagram for msgpack_light::details::key_value_pair_data:

Public Attributes

object_data key {}
 Key.
object_data value {}
 Value.

Detailed Description

Struct of data of key-value pairs in maps.

Definition at line 135 of file object_data.h.

Member Data Documentation

◆ key

object_data msgpack_light::details::key_value_pair_data::key {}

Key.

Definition at line 137 of file object_data.h.

◆ value

object_data msgpack_light::details::key_value_pair_data::value {}

Value.

Definition at line 140 of file object_data.h.


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