[[["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-08-22 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eRowStreamIterator\u003c/code\u003e class in the Google Cloud Spanner C++ library, with version 2.37.0-rc as the latest available version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRowStreamIterator\u003c/code\u003e acts as an input iterator that yields a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, which can only be traversed once.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides both default and parameterized constructors, along with operators such as \u003ccode\u003e*\u003c/code\u003e, \u003ccode\u003e->\u003c/code\u003e, \u003ccode\u003e++\u003c/code\u003e, to facilitate iteration over the row stream.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e type aliases define the iterator's traits, including \u003ccode\u003eiterator_category\u003c/code\u003e, \u003ccode\u003evalue_type\u003c/code\u003e, \u003ccode\u003edifference_type\u003c/code\u003e, \u003ccode\u003epointer\u003c/code\u003e, \u003ccode\u003ereference\u003c/code\u003e, \u003ccode\u003econst_pointer\u003c/code\u003e, \u003ccode\u003econst_reference\u003c/code\u003e, and \u003ccode\u003eSource\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eSource\u003c/code\u003e is a function that provides a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, with an empty \u003ccode\u003eRow\u003c/code\u003e signaling the end of the stream.\u003c/p\u003e\n"]]],[],null,[]]