Extract the number of arguments, return type, and each individual argument type from a lambda or simple function object. More...
#include <Concepts.h>
Extract the number of arguments, return type, and each individual argument type from a lambda or simple function object.
CREDITS: From https://stackoverflow.com/questions/7943525/is-it-possible-to-figure-out-the-parameter-type-and-return-type-of-a-lambda https://stackoverflow.com/users/224671/kennytm
For generic types, directly use the result of the signature of its 'operator()' Specialize for pointers to member function
Definition at line 95 of file Concepts.h.