![]() |
Home | Libraries | People | FAQ | More |
A trait to determine the return type of get_executor.
Defined in header <boost/beast/core/stream_traits.hpp>
template< class T> using executor_type = see-below;
This type alias will be the type of values returned by by calling member
get_exector
on an object
of type T&
.
Name |
Description |
---|---|
|
The type to query |
The type of values returned from get_executor
.