.TH "std::__iterator_traits< _Iterator, typename >" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__iterator_traits< _Iterator, typename > \- Traits class for iterators\&. .SH SYNOPSIS .br .PP .PP Inherited by std::iterator_traits< _Tp >, and std::iterator_traits< _Iterator >\&. .SH "Detailed Description" .PP .SS "template> .br struct std::__iterator_traits< _Iterator, typename >" Traits class for iterators\&. This class does nothing but define nested typedefs\&. The general version simply \fIforwards\fP the nested typedefs from the Iterator argument\&. Specialized versions for pointers and pointers-to-const provide tighter, more correct semantics\&. .PP Definition at line 144 of file stl_iterator_base_types\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.