MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / Ex

Enum Ex

02.27-coroutineParsingDataStreamException0/main.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28enum class Ex {
29 None,
30 ParseBegin,
31 ParseWhileRunning,
32 InitialSuspend,
33 YieldValue,
34 GetReturnObject,
35};
36
37static Ex ex{Ex::None};
38static int rethrow = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected