|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A callable type that can be invoked with given arguments. More...
#include <callable.h>
A callable type that can be invoked with given arguments.
This concept wraps std::invocable for consistency within the kcenon::common::concepts namespace.
Example usage:
Definition at line 62 of file callable.h.