xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_unordered_set.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
Clock = std::chrono::steady_clock,
14
class
Hash = std::hash<Key>,
15
class
KeyEqual = std::equal_to<Key>,
16
class
Allocator = std::allocator<Key>>
17
using
aged_unordered_set
=
18
detail::AgedUnorderedContainer<false, false, Key, void, Clock, Hash, KeyEqual, Allocator>
;
19
20
}
// namespace beast
chrono
beast::detail::AgedUnorderedContainer
Associative container where each element is also indexed by time.
Definition
aged_unordered_container.h:67
functional
memory
beast
Definition
base_uint.h:673
beast::aged_unordered_set
detail::AgedUnorderedContainer< false, false, Key, void, Clock, Hash, KeyEqual, Allocator > aged_unordered_set
Definition
aged_unordered_set.h:17
Generated by
1.16.1