21#ifndef RIPPLE_SERVER_LOWESTLAYER_H_INCLUDED
22#define RIPPLE_SERVER_LOWESTLAYER_H_INCLUDED
24#if BOOST_VERSION >= 107000
25#include <boost/beast/core/stream_traits.hpp>
27#include <boost/beast/core/type_traits.hpp>
37#if BOOST_VERSION >= 107000
38 return boost::beast::get_lowest_layer(t);
40 return t.lowest_layer();
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
decltype(auto) get_lowest_layer(T &t) noexcept