xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
container
aged_container.h
1
#pragma once
2
3
#include <
type_traits
>
4
5
namespace
beast
{
6
7
template
<
class
T>
8
struct
IsAgedContainer
:
std::false_type
9
{
10
explicit
IsAgedContainer
() =
default
;
11
};
12
13
}
// namespace beast
std::false_type
beast
Definition
base_uint.h:673
beast::IsAgedContainer::IsAgedContainer
IsAgedContainer()=default
type_traits
Generated by
1.16.1