Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a callable can be invoked with given argument types. More...
#include <concepts.hpp>
Concept to check if a callable can be invoked with given argument types.
Requires that F can be called with arguments of types T&&...
F | Callable type. |
T | Argument types. |