xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_map.h
1
#pragma once
2
3
#include <xrpl/beast/container/detail/aged_ordered_container.h>
4
5
#include <
chrono
>
6
#include <
functional
>
7
#include <
memory
>
8
#include <
utility
>
9
10
namespace
beast
{
11
12
template
<
13
class
Key,
14
class
T,
15
class
Clock = std::chrono::steady_clock,
16
class
Compare = std::less<Key>,
17
class
Allocator = std::allocator<std::pair<Key const, T>>>
18
using
aged_map
=
detail::AgedOrderedContainer<false, true, Key, T, Clock, Compare, Allocator>
;
19
20
}
// namespace beast
chrono
beast::detail::AgedOrderedContainer
Associative container where each element is also indexed by time.
Definition
aged_ordered_container.h:68
functional
memory
beast
Definition
base_uint.h:691
beast::aged_map
detail::AgedOrderedContainer< false, true, Key, T, Clock, Compare, Allocator > aged_map
Definition
aged_map.h:18
utility
Generated by
1.16.1