[[["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 webpage details the `RowStreamIterator` class in the Google Cloud Spanner C++ library, with the latest version being 2.37.0-rc, and version 2.19.0 serving as the base reference for the documentation."],["`RowStreamIterator` is an Input Iterator that delivers a one-time sequence of `StatusOr\u003cRow\u003e` objects."],["A default-constructed `RowStreamIterator` signifies the \"end\" of the iteration."],["The class provides constructors, including one that uses a source to provide the rows, and various operators like `*`, `-\u003e`, and `++` for navigation."],["The page also lists several type aliases associated with `RowStreamIterator`, such as `value_type`, `reference`, and `Source`, and indicates that the `Source` alias defines a function that supplies the `StatusOr\u003cRow\u003e` objects, using an empty row to indicate the end of the stream."]]],[]]