MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Promise

Method Promise

tests/Issue679.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 const char* value{};
15
16 Promise() = default;
17 std::suspend_always initial_suspend() { return {}; }
18 std::suspend_always final_suspend() noexcept { return {}; }
19 void unhandled_exception() { std::rethrow_exception(std::current_exception()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected