MCPcopy 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
37template <class Thrower>
38void g1( Thrower th )
39{
40 auto load = leaf::on_error( info<1>{} );
41 th();
42}
43
44template <class Thrower>
45void g2( Thrower th )

Callers 1

f1Function · 0.70

Calls 1

on_errorFunction · 0.85

Tested by

no test coverage detected