|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A callable type that is marked noexcept. More...
#include <callable.h>
A callable type that is marked noexcept.
Use this concept for performance-critical code paths where exception handling overhead should be avoided.
Example usage:
Definition at line 115 of file callable.h.