|
ecor
|
Concept for receivers that can handle a specific sender's completion signatures. More...
#include <ecor.hpp>
Concept for receivers that can handle a specific sender's completion signatures.
Requires that R satisfies the receiver concept and has the callable member functions required by every signature in the completion signatures of sender S (queried with R's own environment). Use this to constrain connect() overloads to receivers that are compatible with a given sender type.