rippled
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_set.h
1
#ifndef BEAST_CONTAINER_AGED_SET_H_INCLUDED
2
#define BEAST_CONTAINER_AGED_SET_H_INCLUDED
3
4
#include <xrpl/beast/container/detail/aged_ordered_container.h>
5
6
#include <
chrono
>
7
#include <
functional
>
8
#include <
memory
>
9
10
namespace
beast
{
11
12
template
<
13
class
Key,
14
class
Clock =
std::chrono::steady_clock
,
15
class
Compare =
std::less<Key>
,
16
class
Allocator =
std::allocator<Key>
>
17
using
aged_set
= detail::
18
aged_ordered_container<false, false, Key, void, Clock, Compare, Allocator>;
19
20
}
21
22
#endif
std::allocator
chrono
beast::detail::aged_ordered_container
Associative container where each element is also indexed by time.
Definition
aged_ordered_container.h:65
functional
std::less
memory
beast
Definition
base_uint.h:653
std::chrono::steady_clock
Generated by
1.9.8