[[["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-02 UTC."],[[["This page details the `promise\u003cT\u003e` implementation, adhering to ISO/IEC TS 19571:2016."],["The latest version available is `2.37.0-rc`, with multiple prior versions listed, including `2.24.0` from which this documentation was derived from."],["`promise\u003cT\u003e` objects can be constructed with or without a shared state, and there are several constructors to create a promise, including a null version, move, and copy constructors."],["The documentation covers various operators, including move and copy assignment operators, and functions such as `swap`, `get_future`, and `set_value`."],["`set_value(T)` can throw `std::future_error` with `std::future_errc::promise_already_satisfied` if the shared state is already satisfied, or with `std::no_state` if the promise does not have a shared state."]]],[]]