begin、end、cbegin、cend 与 const iteration | STL
本章覆盖:member begin / end;`std::begin`;`std::end`;cbegin;cend;const_iterator;mutable iterator;range-based for;generic code;array support;const correctness in traversal。
本章知识点
- member begin / end
std::beginstd::end- cbegin
- cend
- const_iterator
- mutable iterator
- range-based for
- generic code
- array support
- const correctness in traversal