xrpld
Loading...
Searching...
No Matches
include
xrpl
server
detail
LowestLayer.h
1
#pragma once
2
3
#include <boost/beast/core/stream_traits.hpp>
4
5
namespace
xrpl
{
6
7
template
<
class
T>
8
decltype
(
auto
)
9
getLowestLayer
(T& t)
noexcept
10
{
11
return
boost::beast::get_lowest_layer(t);
12
}
13
14
}
// namespace xrpl
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::getLowestLayer
decltype(auto) getLowestLayer(T &t) noexcept
Definition
LowestLayer.h:9
Generated by
1.16.1