Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
object.hpp File Reference
#include <metall/json/json_fwd.hpp>
#include <metall/json/details/compact_object.hpp>

Go to the source code of this file.

Classes

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. More...
 

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::json
 Namespace for Metall JSON container, which is in an experimental phase.
 
namespace  metall::json::jsndtl
 

Functions

template<typename allocator_type >
void metall::json::swap (object< allocator_type > &lhd, object< allocator_type > &rhd) noexcept
 Swap value instances.