Test object if it is a function or member-function (pointer) More...
#include <senf/Utils/type_traits.hh>
Test object if it is a function or member-function (pointer)
is_any_function will inherit from boost::true_type
, when T is a function type, function pointer type or a member function pointer type. Otherwise, it will inherit from boost::false_type
.
\tparam T type to test
Definition at line 215 of file type_traits.hh.