Strip first parameter from function traits. More...
#include <senf/Utils/type_traits.hh>
Strip first parameter from function traits.
This meta-function will remove the first argument from Traits. The return value is a new function trait with one less argument.
If the function described in Traits does not take any arguments, it is returned unchanged.
\tparam Traits \c boost::function_traits instantiation
Definition at line 60 of file type_traits.hh.