MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / functor

Method functor

test/source/tests/task_tests.cpp:434–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 char padding[1024] = {};
433
434 functor(testing_stub stub) noexcept : stub(std::move(stub)) {}
435
436 void operator()() {}
437 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected