Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all 

__gnu_cxx::_Unqualified_type< _Tp >(3cxx) __gnu_cxx::_Unqualified_type< _Tp >(3cxx)
NAME
__gnu_cxx::_Unqualified_type< _Tp > -
SYNOPSIS
Public Types
typedef _Tp type
Detailed Description
template<typename _Tp>struct __gnu_cxx::_Unqualified_type< _Tp >
This structure accomodates the way in which std::iterator_traits<> is normally specialized for const T*,
so that value_type is still T.
Definition at line 237 of file pointer.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 20 2014 __gnu_cxx::_Unqualified_type< _Tp >(3cxx)