[[["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 document details the `promise\u003cT\u003e` implementation based on ISO/IEC TS 19571:2016."],["The latest version documented is 2.37.0-rc, with a history of versions ranging down to 2.10.1."],["`promise` objects can be created with or without a shared state, using different constructors like `promise()`, `promise(std::function\u003c void()\u003e)`, and `promise(null_promise_t)`."],["`promise` objects can transfer or abandon their shared state through move assignment (`operator=(promise &&)`) and copy assignment (`operator=(promise const &)`) operations."],["The `get_future()` function creates a `future\u003cT\u003e` that shares the same state as the `promise`, and `set_value(T)` is used to satisfy the shared state."]]],[]]