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

Function f1

test/diagnostics_test6.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24template <int> struct info { int value; };
25
26leaf::result<void> f1()
27{
28 return leaf::new_error(info<1>{11}, info<2>{21});
29}
30
31leaf::result<void> f2()
32{

Callers 3

f2Function · 0.70
f3Function · 0.70
f4Function · 0.70

Calls 1

new_errorFunction · 0.85

Tested by

no test coverage detected