rippled
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_container.h
1
#ifndef BEAST_CONTAINER_AGED_CONTAINER_H_INCLUDED
2
#define BEAST_CONTAINER_AGED_CONTAINER_H_INCLUDED
3
4
#include <
type_traits
>
5
6
namespace
beast
{
7
8
template
<
class
T>
9
struct
is_aged_container
:
std::false_type
10
{
11
explicit
is_aged_container
() =
default
;
12
};
13
14
}
// namespace beast
15
16
#endif
std::false_type
beast
Definition
base_uint.h:653
beast::is_aged_container
Definition
aged_container.h:10
beast::is_aged_container::is_aged_container
is_aged_container()=default
type_traits
Generated by
1.9.8