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