![]() |
Raven Engine v0.1
|
Concept to check if T is invocable (i.e., can be called with no arguments and return void). More...
#include <Concepts.h>
Concept to check if T is invocable (i.e., can be called with no arguments and return void).
This concept checks if the type T can be invoked (i.e., a function call operator is available) with no arguments and returns void.
| T | The type to check. |