table of contents
std::remove_pointer(3) | Library Functions Manual | std::remove_pointer(3) |
NAME¶
std::remove_pointer -
remove_pointer
SYNOPSIS¶
Inherits std::__remove_pointer_helper< _Tp, remove_cv< _Tp >::type >.
Public Types¶
typedef _Tp type
Detailed Description¶
template<typename _Tp> struct std::remove_pointer< _Tp >¶
remove_pointer
Definition at line 482 of file tr1_impl/type_traits.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |