3#include <xrpl/beast/container/detail/aged_unordered_container.h>
14 class Clock = std::chrono::steady_clock,
15 class Hash = std::hash<Key>,
16 class KeyEqual = std::equal_to<Key>,
17 class Allocator = std::allocator<std::pair<Key const, T>>>
Associative container where each element is also indexed by time.
detail::AgedUnorderedContainer< true, true, Key, T, Clock, Hash, KeyEqual, Allocator > aged_unordered_multimap