[[["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-09 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."]]],[]]