[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page documents the `IteratorImpl` class, which is an input iterator for `StreamRange\u003cT\u003e` and should not be used directly, instead you should use `StreamRange::iterator`."],["The `IteratorImpl` class provides constructors, including one for creating an \"end\" iterator."],["It defines several operators for dereferencing (`operator*`), member access (`operator-\u003e`), and incrementing (`operator++`), each available in const and non-const versions."],["The page also lists several type aliases, such as `iterator_category`, `value_type`, `difference_type`, `reference`, `pointer`, `const_reference`, and `const_pointer`."],["This documentation page includes a list of versions starting from `2.37.0-rc` all the way down to `2.10.1` of the `IteratorImpl`."]]],[]]