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

Class has_member_function

tests/BS_thread_pool_test.cpp:1342–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340};
1341
1342struct has_member_function
1343{
1344 static void member_function()
1345 {
1346 check_callables_flag = true;
1347 }
1348};
1349
1350/**
1351 * @brief Check that different callable types are accepted by the thread pool.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected