Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f
Function
f
test/on_error_preload_basic_test.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
template <class G>
25
leaf::error_id f( G && g )
26
{
27
return std::forward<G>(g)();
28
}
29
30
template <class G>
31
void test( G && g )
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected