📄 std__iterator_traits.3
字号:
.TH std::iterator_traits 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::iterator_traits \- .SH SYNOPSIS.br.PP.SS Public Members.in +1c.ti -1c.RI "typedef Iterator::difference_type \fBdifference_type\fR".br.ti -1c.RI "typedef Iterator::value_type \fBvalue_type\fR".br.ti -1c.RI "typedef Iterator::pointer \fBpointer\fR".br.ti -1c.RI "typedef Iterator::reference \fBreference\fR".br.ti -1c.RI "typedef Iterator::iterator_category \fBiterator_category\fR".br.in -1c.SH MEMBER TYPEDEF DOCUMENTATION.PP .SS template<class Iterator> typedef Iterator::difference_type std::iterator_traits<Iterator>::difference_type.PP.SS template<class Iterator> typedef Iterator::value_type std::iterator_traits<Iterator>::value_type.PP.SS template<class Iterator> typedef Iterator::pointer std::iterator_traits<Iterator>::pointer.PP.SS template<class Iterator> typedef Iterator::reference std::iterator_traits<Iterator>::reference.PP.SS template<class Iterator> typedef Iterator::iterator_category std::iterator_traits<Iterator>::iterator_category.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -