#include <metall/json/json_fwd.hpp>
#include <metall/json/details/compact_object.hpp>
Go to the source code of this file.
|
template<typename allocator_type > |
void | metall::json::swap (object< allocator_type > &lhd, object< allocator_type > &rhd) noexcept |
| Swap value instances. More...
|
|
template<typename allocator_type , typename other_object_type > |
bool | metall::json::jsndtl::general_object_equal (const object< allocator_type > &object, const other_object_type &other_object) noexcept |
| Provides 'equal' calculation for other object types that have the same interface as the object class. More...
|
|