MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / function_object

Class function_object

tests/BS_thread_pool_test.cpp:1334–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332}
1333
1334struct function_object
1335{
1336 void operator()()
1337 {
1338 check_callables_flag = true;
1339 }
1340};
1341
1342struct has_member_function
1343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected