MCPcopy Create free account
hub / github.com/boostorg/leaf / f0

Function f0

test/on_error_preload_nested_error_exception_test.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37void f0()
38{
39 auto load = leaf::on_error( info<0>{0} );
40 leaf::throw_exception(info<2>{2});
41}
42
43void f1()
44{

Callers 1

f1Function · 0.70

Calls 2

on_errorFunction · 0.85
throw_exceptionFunction · 0.70

Tested by

no test coverage detected