[[["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-21 UTC."],[[["The page provides documentation for the `ReadRange` structure within the Google Cloud Storage C++ library, specifically detailing its usage for requesting portions of GCS objects in `ReadObject` operations."],["The latest release of this documentation is `2.37.0-rc`, which can be found here: /cpp/docs/reference/storage/latest/structgoogle_1_1cloud_1_1storage_1_1ReadRange, but it contains a list of different versions from 2.11.0 up to 2.37.0-rc."],["`ReadRange` allows specifying a range of bytes to read, with the range being right-open, excluding the `end` byte, which is in line with standard C++ practices."],["It contains a set of constructors, including a default one with no arguments, and another that takes a `begin` and an `end` parameter which are both of type `std::int64_t`."],["The `name()` function is a static function that returns a `char const *`."]]],[]]