template<class Key , class T , class IgnoredLess = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
template<class It >
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::ordered_map |
( |
It |
first, |
|
|
It |
last, |
|
|
const Allocator & |
alloc = Allocator() |
|
) |
| |
|
inline |