MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / functor_cast_test_call

Function functor_cast_test_call

unittests/compiled_tests.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337int functor_cast_test_call(const std::function<int (int)> &f, int val)
338{
339 return f(val);
340}
341
342TEST_CASE("Functor cast")
343{

Callers

nothing calls this directly

Calls 1

fFunction · 0.50

Tested by

no test coverage detected