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

Method test_result_get

test/source/tests/result_tests/result_tests.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void 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
237template<class type>
238void concurrencpp::tests::test_result_wait_impl() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected