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

A type that can send data. More...

Concept definition

template<typename T>
concept kcenon::common::concepts::Sendable = requires(T t, const std::string& data) {
{ t.send(data) };
}
A type that can send data.

Detailed Description

A type that can send data.

Definition at line 469 of file concepts.cppm.