Struct set_value_t

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 types Vs..., 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:

See

concore::set_value(), set_done_t, set_error_t