[[["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 document outlines the `IteratorImpl` class, which is an input iterator for `StreamRange\u003cT\u003e`."],["The latest release candidate version of `IteratorImpl` is `2.37.0-rc`, with multiple prior versions available, ranging from `2.36.0` down to `2.10.1`."],["Direct use of `IteratorImpl` is discouraged; instead, users should employ `StreamRange::iterator`."],["The `IteratorImpl` class offers various operators such as `*`, `-\u003e`, and `++`, along with both `const` and non-`const` overloads."],["`IteratorImpl` defines type aliases, such as `iterator_category`, `value_type`, `difference_type`, `reference`, `pointer`, `const_reference`, and `const_pointer`, to define the types used within the iterator."]]],[]]