fw4spl
|
Last argument removal class. Removes the last argument type from a function type. If the given function type has no argument, remove_last_arg is the identity. More...
#include <remove_last_arg.hpp>
Last argument removal class. Removes the last argument type from a function type. If the given function type has no argument, remove_last_arg is the identity.
F | Funtion type whereof to remove last argument |
Definition at line 25 of file remove_last_arg.hpp.