![]() |
Lumiera 0.pre.04~rc.1
»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 301 of file function.hpp.
Inheritance diagram for has_Sig< FUN, SIG, bool >:
Collaboration diagram for has_Sig< FUN, SIG, bool >: