numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Check whether the given function is invocable as a function with the given signature. More...
#include <num_collect/base/concepts/invocable_as.h>
Check whether the given function is invocable as a function with the given signature.
Func | Type of the function. |
Signature | Type of the function signature. |
Definition at line 59 of file invocable_as.h.