- Test:
- verify metaprogramming trait to pick up function signature types.
- ability to handle function like entities uniformly
- can handle function references, function pointers, member pointer to function, functor objects,
std::function
and lambdas
- supports arbitrary number of arguments
- See also
- lib::meta::_Fun
-
typelist.hpp
-
FunctionClosure_test
Definition at line 137 of file function-signature-test.cpp.
The documentation for this class was generated from the following file: