Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
template <int> struct info { int value; };
25
26
leaf::result<void> f1()
27
{
28
return leaf::new_error(info<1>{11}, info<2>{21});
29
}
30
31
leaf::result<void> f2()
32
{
Callers
3
f2
Function · 0.70
f3
Function · 0.70
f4
Function · 0.70
Calls
1
new_error
Function · 0.85
Tested by
no test coverage detected