[[["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-02 UTC."],[[["This page details the `RowStreamIterator` class in the Google Cloud Spanner C++ library, specifically version 2.16.0, with a list of versions available."],["`RowStreamIterator` is an Input Iterator that delivers a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once, and a default-constructed `RowStreamIterator` signifies the end of the sequence."],["The `RowStreamIterator` can be constructed as an end iterator, or from a non-null source to consume rows."],["The `RowStreamIterator` class has several operators (`*`, `-\u003e`, `++`) to handle the iterator behavior, as well as type aliases to describe how the iterator interacts with the stream."],["The type alias `Source` represents a function that returns a sequence of `StatusOr\u003cRow\u003e` objects, with an empty `Row` signaling the end of the sequence."]]],[]]