[[["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-04-09 UTC."],[[["This page provides documentation for the `RowStreamIterator` class in the Google Cloud Spanner C++ library, with version-specific links available ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["A `RowStreamIterator` is an Input Iterator designed to return a sequence of `StatusOr\u003cRow\u003e` objects and can only be consumed once."],["The `RowStreamIterator` can be default-constructed to represent the \"end\" of the iteration or constructed with a `Source` object, which is a function that produces a sequence of rows."],["The documentation details the available constructors, operators, and type aliases for `RowStreamIterator`, including `iterator_category`, `value_type`, `pointer`, and others."],["The `Source` type alias is defined as a function that returns `StatusOr\u003cRow\u003e` objects, with an empty `Row` signaling the end of the row sequence."]]],[]]