Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::concepts::Receivable Concept Referenceexport

A type that can receive data. More...

Concept definition

template<typename T>
concept kcenon::common::concepts::Receivable = requires(T t) {
{ t.receive() } -> std::convertible_to<std::string>;
}
A type that can receive data.

Detailed Description

A type that can receive data.

Definition at line 478 of file concepts.cppm.