Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.89.0.
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.