[[["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-05 UTC."],[[["The latest release candidate version is 2.37.0-rc, and the page lists available documentation for versions ranging from 2.37.0-rc down to 2.10.1."],["This documentation specializes the ISO/IEC TS 19571:2016 promise for void, outlining its use in the C++ context."],["The `promise` class can be created with or without a shared state, using constructors such as `promise()`, `promise(std::function\u003cvoid()\u003e)`, or `promise(null_promise_t)`."],["The `promise` class includes functions such as `swap`, `get_future`, and `set_value`, which allow managing the shared state, creating future objects and satisfying the state, respectively."],["The `promise` class contains operators to move or copy the shared state from another `promise`, with corresponding behavior for shared state management."]]],[]]