[[["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 various versions of a C++ `promise` class, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.10.1."],["The `promise` class, specialized for `void`, is described as defined in ISO/IEC TS 19571:2016, and includes functionalities like creating, constructing, and swapping shared states."],["It provides multiple constructors for creating `promise` objects, including one with an unsatisfied shared state and another without any shared state."],["The class supports functions such as `get_future()` to create a `future\u003cvoid\u003e` and `set_value()` to satisfy the shared state, with potential exceptions for already satisfied states or missing shared states."],["It provides overloads for the assignment operator, and functions for swapping promises, as well as a number of previous versions."]]],[]]