...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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
.