[[["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."],[[["The `RowStreamIterator` is an Input Iterator that provides a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once."],["Default-constructing a `RowStreamIterator` creates an \"end\" iterator, indicating the end of the sequence."],["A `RowStreamIterator` can be constructed to consume rows from a given `source`, which is a non-null pointer."],["The class offers various operators (`*`, `-\u003e`, `++`) for iterating through the `StatusOr\u003cRow\u003e` sequence."],["Several type aliases are defined, including `iterator_category`, `value_type`, `difference_type`, `pointer`, `reference`, `const_pointer`, `const_reference`, and `Source`, for various purposes related to the iterator's functionality."]]],[]]