Struct set_error_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
set_error_t¶ Type to use for customization point for concore::set_error()
To add support for concore::set_error() to a type
T, with an error typeE, one can define:void tag_invoke(set_error_t, T, E);
A type models is a receiver if it has the following three customization point objects defined: