3#include <xrpl/beast/container/detail/aged_ordered_container.h>
14 class Clock = std::chrono::steady_clock,
15 class Compare = std::less<Key>,
16 class Allocator = std::allocator<std::pair<Key const, T>>>
Associative container where each element is also indexed by time.
detail::AgedOrderedContainer< false, true, Key, T, Clock, Compare, Allocator > aged_map