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

Method test_result_status

test/source/tests/result_tests/result_tests.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void concurrencpp::tests::test_result_status() {
125 test_result_status_impl<int>();
126 test_result_status_impl<std::string>();
127 test_result_status_impl<void>();
128 test_result_status_impl<int&>();
129 test_result_status_impl<std::string&>();
130}
131
132namespace concurrencpp::tests {
133 template<class type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected