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