| 227 | } |
| 228 | |
| 229 | void concurrencpp::tests::test_result_get() { |
| 230 | test_result_get_impl<int>(); |
| 231 | test_result_get_impl<std::string>(); |
| 232 | test_result_get_impl<void>(); |
| 233 | test_result_get_impl<int&>(); |
| 234 | test_result_get_impl<std::string&>(); |
| 235 | } |
| 236 | |
| 237 | template<class type> |
| 238 | void concurrencpp::tests::test_result_wait_impl() { |
nothing calls this directly
no outgoing calls
no test coverage detected