Struct connect_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
connect_t¶ Customization point object tag for concore::connect()
To add support for concore::connect() to a type
S, with the receiverR, one can define:void tag_invoke(connect_t, S, R);
- See