rippled
Loading...
Searching...
No Matches
aged_container.h
1#pragma once
2
3#include <type_traits>
4
5namespace beast {
6
7template <class T>
9{
10 explicit is_aged_container() = default;
11};
12
13} // namespace beast