|
size_t | size () const |
|
bool | empty () const |
|
|
std::unordered_map< std::string, Value > | data |
| A map of extensions as json-like Value objects.
|
|
std::unordered_map< std::string, std::any > | user_data |
| A map of extensions as user-defined objects, stored in an std::any. More...
|
|
◆ user_data
std::unordered_map<std::string, std::any> user_data |
A map of extensions as user-defined objects, stored in an std::any.
Those are converted from/to the default Value with a UserDataConverter during I/O.
The documentation for this struct was generated from the following file: