Provided by: libstdc++-9-doc_9.5.0-3ubuntu1_all
NAME
__gnu_cxx::_Unqualified_type< _Tp >
SYNOPSIS
#include <pointer.h> Public Types typedef _Tp type
Detailed Description
template<typename _Tp> struct __gnu_cxx::_Unqualified_type< _Tp >"This structure accommodates the way in which std::iterator_traits<> is normally specialized for const T*, so that value_type is still T. Definition at line 241 of file pointer.h.
Member Typedef Documentation
template<typename _Tp > typedef _Tp __gnu_cxx::_Unqualified_type< _Tp >::type Definition at line 242 of file pointer.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.