Remove any type of pointer from type. More...
#include <senf/Utils/type_traits.hh>
Remove any type of pointer from type.
This meta function will remove a plain or member pointer from the given type. If T is neither a member pointer nor an ordinary pointer, T will be returned unchanged.
\tparam T type to remove member pointer from
Definition at line 195 of file type_traits.hh.