| 1340 | }; |
| 1341 | |
| 1342 | struct 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. |
nothing calls this directly
no outgoing calls
no test coverage detected