Struct set_error_t

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 type E, 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:

See

concore::set_error(), set_value_t, set_done_t