[[["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-21 UTC."],[[["This document outlines the `RowStreamIterator` class within the Google Cloud Spanner C++ library, providing details on its functionality and usage."],["The `RowStreamIterator` class is an Input Iterator that delivers a sequence of `StatusOr\u003cRow\u003e` objects, each representing a row from a data source."],["A `RowStreamIterator` can be default-constructed to represent an \"end\" iterator, or it can be built using a `Source` that provides the data rows."],["The class includes various operators like `operator*`, `operator-\u003e`, and `operator++` to handle row access and iteration."],["The document also covers type aliases for the iterator, including `value_type`, `pointer`, `reference`, and `Source`, giving insight into how the iterator works internally."]]],[]]