rippled
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_unordered_map.h
1
#pragma once
2
3
#include <xrpl/beast/container/detail/aged_unordered_container.h>
4
5
#include <
chrono
>
6
#include <
functional
>
7
#include <
memory
>
8
9
namespace
beast
{
10
11
template
<
12
class
Key,
13
class
T,
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>
>>
18
using
aged_unordered_map
=
detail::aged_unordered_container<false, true, Key, T, Clock, Hash, KeyEqual, Allocator>
;
19
20
}
std::allocator
chrono
beast::detail::aged_unordered_container
Associative container where each element is also indexed by time.
Definition
aged_unordered_container.h:67
std::equal_to
functional
std::hash
memory
beast
Definition
base_uint.h:637
std::chrono::steady_clock
Generated by
1.9.8