X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fext_iterators.html;fp=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fmanual%2Fext_iterators.html;h=130907ecbdf205c6751fd63fa202675a062a39f8;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=0000000000000000000000000000000000000000;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libstdc++-v3/doc/html/manual/ext_iterators.html b/libstdc++-v3/doc/html/manual/ext_iterators.html new file mode 100644 index 00000000..130907ec --- /dev/null +++ b/libstdc++-v3/doc/html/manual/ext_iterators.html @@ -0,0 +1,14 @@ + + +Chapter 37. Iterators

Chapter 37. Iterators

24.3.2 describes struct iterator, which didn't exist in the + original HP STL implementation (the language wasn't rich enough at the + time). For backwards compatibility, base classes are provided which + declare the same nested typedefs: +

24.3.4 describes iterator operation distance, which takes + two iterators and returns a result. It is extended by another signature + which takes two iterators and a reference to a result. The result is + modified, and the function returns nothing. +