[[["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-14 UTC."],[[["This document outlines the `RowStreamIterator` class in the Google Cloud Spanner C++ library, with the latest version being 2.37.0-rc, and lists the documentation for versions all the way back to 2.11.0."],["A `RowStreamIterator` is an Input Iterator designed to return a sequence of `StatusOr\u003cRow\u003e` objects from a data source, that can only be consumed once."],["The class provides constructors to create either an \"end\" iterator or one that consumes rows from a provided `source`."],["The `RowStreamIterator` class overloads operators such as `*`, `-\u003e`, and `++` to enable iterator-style navigation and data access."],["The `RowStreamIterator` class also defines several type aliases, like `iterator_category`, `value_type`, and `Source`, to clarify the iterator's behavior and data types."]]],[]]