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

Method execute

tests/Issue526.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template <typename T, typename U>
9struct executable { static U execute() { co_await T{}; } };
10struct hello_logic {
11 bool await_ready() const noexcept { return true; }
12 void await_suspend(std::coroutine_handle<>) const noexcept { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected