MCPcopy Create free account
hub / github.com/apache/trafficserver / complete_invoke

Function complete_invoke

lib/catch2/catch.hpp:6577–6579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6575 // invoke and not return void :(
6576 template <typename Fun, typename... Args>
6577 CompleteType_t<FunctionReturnType<Fun, Args...>> complete_invoke(Fun&& fun, Args&&... args) {
6578 return CompleteInvoker<FunctionReturnType<Fun, Args...>>::invoke(std::forward<Fun>(fun), std::forward<Args>(args)...);
6579 }
6580
6581 const std::string benchmarkErrorMsg = "a benchmark failed to run successfully";
6582 } // namespace Detail

Callers 3

user_codeFunction · 0.85
measureFunction · 0.85
measure_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected