[[["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."],[[["This documentation outlines the `promise\u003cT\u003e` class, which implements the ISO/IEC TS 19571:2016 standard."],["The `promise\u003cT\u003e` class manages a shared state that can be satisfied using the `set_value(T)` function, and is constructed with several different constructor overloads."],["The documentation provides details on the different versions available, from 2.10.1 to 2.37.0-rc, which is the latest."],["The `promise` class offers operators such as `operator=` for assignment, a `swap` method to swap shared states and a `get_future()` method to retrieve a future."],["The `set_value(T)` function may throw a `std::future_error` with `std::future_errc::promise_already_satisfied` or `std::no_state` exceptions if applicable."]]],[]]