Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ g2
Function
g2
test/on_error_preload_exception_test.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
template <class Thrower>
45
void g2( Thrower th )
46
{
47
auto load = leaf::on_error(info<3>{}, info<2>{} );
48
th();
49
}
50
51
template <class Thrower>
52
void f1( Thrower th )
Callers
1
f2
Function · 0.70
Calls
1
on_error
Function · 0.85
Tested by
no test coverage detected