|
xrootd
|
#include <XrdOucJson.hh>


Public Types | |
| using | key_type = Key |
| using | mapped_type = T |
| using | Container = std::vector< std::pair< const Key, T >, Allocator > |
Public Member Functions | |
| ordered_map (const Allocator &alloc=Allocator()) | |
| template<typename InputIt , typename = require_input_iter<InputIt>> | |
| void | insert (InputIt first, InputIt last) |
Public Attributes | |
| template<class It > | |
| __pad0__: Container{first | |
| template<class It > | |
| last | |
| template<class It > | |
| alloc | |
ordered_map: a minimal map-like container that preserves insertion order for use within nlohmann::basic_json<ordered_map>
| using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::Container = std::vector<std::pair<const Key, T>, Allocator> |
| using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::key_type = Key |
| using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::mapped_type = T |
|
inline |
|
inline |
| nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::__pad0__ |
| nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::alloc |
| nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::last |
1.8.5