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

Class functor

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

Source from the content-addressed store, hash-verified

428 // big functor
429 {
430 struct functor {
431 testing_stub stub;
432 char padding[1024] = {};
433
434 functor(testing_stub stub) noexcept : stub(std::move(stub)) {}
435
436 void operator()() {}
437 };
438
439 object_observer observer;
440

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected