[[["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."],[[["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."]]],[]]