[[["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 provides a reference for the `promise` class in C++, detailing its implementation according to ISO/IEC TS 19571:2016."],["The `promise` class supports creating promises with or without a shared state, including constructors for both scenarios, along with a constructor that takes a callback."],["Key operations for the `promise` class include `swap`, `get_future`, and `set_value`, with the `set_value` function potentially throwing `std::future_error` exceptions under certain conditions."],["The documentation contains a list of multiple versions of the class, from 2.10.1 to the latest release candidate 2.37.0-rc."],["Shared states can be transferred between promise objects through the use of move constructors and move assignment operators."]]],[]]