#include <iostream>
#include <memory>
#include <algorithm>
#include <metall/container/vector.hpp>
#include <metall/container/scoped_allocator.hpp>
#include <metall/json/json_fwd.hpp>
Go to the source code of this file.
|
template<typename allocator_type , typename other_array_type > |
bool | metall::json::jsndtl::general_array_equal (const array< allocator_type > &array, const other_array_type &other_array) noexcept |
| Provides 'equal' calculation for other array types that have the same interface as the array class. More...
|
|
template<typename allocator_type > |
void | metall::json::swap (array< allocator_type > &lhd, array< allocator_type > &rhd) noexcept |
| Swap value instances. More...
|
|