Metall  v0.27
A persistent memory allocator for data-centric analytics
metall::json::object< allocator_type > Class Template Reference

JSON object. An object is a table key and value pairs. The order of key-value pairs depends on the implementation. More...

#include </home/runner/work/metall/metall/include/metall/json/object.hpp>

Inheritance diagram for metall::json::object< allocator_type >:

Detailed Description

template<typename allocator_type = std::allocator<std::byte>>
class metall::json::object< allocator_type >

JSON object. An object is a table key and value pairs. The order of key-value pairs depends on the implementation.


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