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 2020. The current version is 1.90.0.
A type trait that determines whether a set_value expression
is well-formed.
template<
typename R,
typename... Vs>
struct can_set_value
Class template can_set_value is a trait that is derived from
true_type if the expression execution::set_value(std::declval<R>(),
std::declval<Vs>()...) is well formed; otherwise false_type.
Header: boost/asio/execution/set_value.hpp
Convenience header: boost/asio/execution.hpp