[[["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` class in C++, outlining its implementation as per the ISO/IEC TS 19571:2016 standard."],["This class supports multiple constructors, including ones that create a promise with or without a shared state, and those allowing transfer of shared state."],["It includes operators for transferring or abandoning shared states between promises."],["The document provides function definitions for `swap`, `get_future`, and `set_value`, which allow for state manipulation, future retrieval, and shared state satisfaction respectively."],["The `set_value` function can throw `std::future_error` exceptions if the shared state is already satisfied or if no shared state exists."]]],[]]