Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ throw_with_nested
Function
throw_with_nested
uspace/lib/cpp/include/__bits/exception.hpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
template<class E>
125
[[noreturn]] void throw_with_nested(E&& e)
126
{
127
terminate();
128
}
129
130
template<class E>
131
void rethrow_if_nested(const E& e)
Callers
nothing calls this directly
Calls
1
terminate
Function · 0.85
Tested by
no test coverage detected