[[["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-04-09 UTC."],[[["The latest version of the `WritePayload` class is 2.37.0-rc, and the page provides documentation for multiple versions, ranging down to 2.11.0."],["The `WritePayload` class represents an opaque data payload for an object, allowing for the creation of empty payloads or those constructed from a `std::string` or a `std::vector`."],["The class offers functions like `empty()`, to determine if the payload contains data, and `size()`, to retrieve the total size of the payload's data."],["The `payload()` function provides views into the data contained within the `WritePayload`, but these views become invalidated if the object is modified or destroyed."]]],[]]