xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_multiset.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
9
namespace
beast
{
10
11
template
<
12
class
Key,
13
class
Clock = std::chrono::steady_clock,
14
class
Compare = std::less<Key>,
15
class
Allocator = std::allocator<Key>>
16
using
aged_multiset
=
17
detail::AgedOrderedContainer<true, false, Key, void, Clock, Compare, Allocator>
;
18
19
}
// namespace beast
chrono
beast::detail::AgedOrderedContainer
Associative container where each element is also indexed by time.
Definition
aged_ordered_container.h:62
functional
memory
beast
Definition
base_uint.h:673
beast::aged_multiset
detail::AgedOrderedContainer< true, false, Key, void, Clock, Compare, Allocator > aged_multiset
Definition
aged_multiset.h:16
Generated by
1.16.1