MCPcopy Create free account
hub / github.com/Naios/function2 / call

Function call

test/regressions.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static int call(fu2::function_view<int()> fun) {
111 return fun();
112}
113
114// https://github.com/Naios/function2/issues/13
115TEST(regression_tests, can_convert_nonowning_noncopyable_view) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected