[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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`."]]],[]]