fw4spl
fwCom::util::remove_last_arg< F > Class Template Reference

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>

Detailed Description

template<typename F>
class fwCom::util::remove_last_arg< F >

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.

Template Parameters
FFuntion type whereof to remove last argument

Definition at line 25 of file remove_last_arg.hpp.


The documentation for this class was generated from the following file: