ゴミ箱
|
#include <type_traits.hpp>
Public Types | |
using | type = T |
Returns T::lowest_layer_type
if it exists, else T
This will contain a nested type
equal to T::lowest_layer_type
if it exists, else type
will be equal to T
.
Declaring a wrapper:
Defining a metafunction:
using boost::beast::get_lowest_layer< T, class >::type = T |