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