Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f2
Function
f2
test/BOOST_LEAF_CHECK_test.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
#if BOOST_LEAF_GNUC_STMTEXPR
44
45
leaf::result<value> f2( bool success )
46
{
47
return value { BOOST_LEAF_CHECK(f1(success)).x + BOOST_LEAF_CHECK(f1(success)).x };
48
}
49
50
#else
51
Callers
2
f3
Function · 0.70
main
Function · 0.70
Calls
1
f1
Function · 0.70
Tested by
no test coverage detected