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