MCPcopy 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
24template <class G>
25leaf::error_id f( G && g )
26{
27 return std::forward<G>(g)();
28}
29
30template <class G>
31void test( G && g )

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected