|
sandbox
|
Describes a type or object that can be invoked with the give parameters and return the given type. More...
#include <concepts.hpp>
Describes a type or object that can be invoked with the give parameters and return the given type.
| Callable | Type of the callable |
| Return | Return type of the callable |
| Args... | Types of the arguments of the callable |