Struct connect_t

Struct Documentation

struct connect_t

Customization point object tag for concore::connect()

To add support for concore::connect() to a type S, with the receiver R, one can define:

void tag_invoke(connect_t, S, R);

See

connect()