[[["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 version 2.37.0-rc as the latest available version."],["`RowStreamIterator` acts as an input iterator that yields a sequence of `StatusOr\u003cRow\u003e` objects, which can only be traversed once."],["The class provides both default and parameterized constructors, along with operators such as `*`, `-\u003e`, `++`, to facilitate iteration over the row stream."],["The `RowStreamIterator` type aliases define the iterator's traits, including `iterator_category`, `value_type`, `difference_type`, `pointer`, `reference`, `const_pointer`, `const_reference`, and `Source`."],["A `Source` is a function that provides a sequence of `StatusOr\u003cRow\u003e` objects, with an empty `Row` signaling the end of the stream."]]],[]]