MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / void_function_with_input_output_params

Function void_function_with_input_output_params

test/timed_test.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 return true;
184}
185void void_function_with_input_output_params(int input1, int& output2)
186{
187 output2 = input1 + 1;
188}
189TEST_CASE("timed_with_input_output_args")
190{
191 // With non void function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected