Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/function.hpp"
Meta-function to check that some function like entity offers the expected signature.
SIG | signature type (e.g. float(int, bool) ) |
FUN | anything function like (class with function call operator or std::function instance, or λ instance or language function reference or function pointer |
Definition at line 241 of file function.hpp.