You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
andpal@linlap 2570bfaa79 Added: template function which uses as many arguments to a callable object as possible 4 years ago
..
Makefile Added: template function which uses as many arguments to a callable object as possible 4 years ago
README.md Added: template function which uses as many arguments to a callable object as possible 4 years ago
invoke_callable.hpp Added: template function which uses as many arguments to a callable object as possible 4 years ago
main.cpp Added: template function which uses as many arguments to a callable object as possible 4 years ago

README.md

Invoke callable

Specifies a function enumerate() which will use the template version of itself which uses the operator() with the most arguments available in the class.