Class to access constant extension value.
More...
#include <msgpack_light/details/extension_ref.h>
Class to access constant extension value.
- Note
- Instances of this class can be created from msgpack_light::object, msgpack_light::const_object_ref, msgpack_light::mutable_object_ref classes.
- Warning
- This class only holds pointers to data in msgpack_light::object class, do not call functions in this class without msgpack_light::object instances holding the data.
Definition at line 40 of file extension_ref.h.
◆ const_extension_ref()
◆ data()
binary_view msgpack_light::const_extension_ref::data |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
Get the data of the value.
- Returns
- Data.
Definition at line 62 of file extension_ref.h.
◆ type()
std::int8_t msgpack_light::const_extension_ref::type |
( |
| ) |
const |
|
inlinenodiscard |
◆ data_
The documentation for this class was generated from the following file: