Struct set_value_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
set_value_t¶ Type to use for customization point for concore::set_value()
To add support for concore::set_value() to a type
T, for value typesVs..., one can define:void tag_invoke(set_value_t, T, Vs...);
A type models is a receiver if it has the following three customization point objects defined: