MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / complete_invoke

Function complete_invoke

extlibs/catch/include/catch/catch.hpp:6356–6358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6354 // invoke and not return void :(
6355 template <typename Fun, typename... Args>
6356 CompleteType_t<ResultOf_t<Fun(Args...)>> complete_invoke(Fun&& fun, Args&&... args) {
6357 return CompleteInvoker<ResultOf_t<Fun(Args...)>>::invoke(std::forward<Fun>(fun), std::forward<Args>(args)...);
6358 }
6359
6360 const std::string benchmarkErrorMsg = "a benchmark failed to run successfully";
6361 } // namespace Detail

Callers 3

user_codeFunction · 0.85
measureFunction · 0.85
measure_oneFunction · 0.85

Calls 1

invokeFunction · 0.85

Tested by

no test coverage detected