MCPcopy 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
44template <class Thrower>
45void g2( Thrower th )
46{
47 auto load = leaf::on_error(info<3>{}, info<2>{} );
48 th();
49}
50
51template <class Thrower>
52void f1( Thrower th )

Callers 1

f2Function · 0.70

Calls 1

on_errorFunction · 0.85

Tested by

no test coverage detected