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