[[["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` implementation, adhering to the ISO/IEC TS 19571:2016 standard."],["The `promise` class supports multiple constructors, allowing for the creation of promises with or without a shared state, including one using a cancellation callback."],["Key functionalities of the `promise` class include `set_value(T)` to satisfy the shared state, `get_future()` to link a `future\u003cT\u003e` to the same shared state, and `swap(promise &)` to swap shared states between promises."],["The documentation details the behavior of the `promise` class's move and copy assignment operators, which handle the transfer and abandonment of shared states."],["Multiple versions of this functionality are listed, with version 2.37.0-rc being the most recent, and version 2.13.0 being the lowest version documented."]]],[]]