MCPcopy Create free account
hub / github.com/Profactor/cv-plot / complete_invoke

Function complete_invoke

CvPlot/ext/catch2/inc/catch.hpp:6512–6514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6510 // invoke and not return void :(
6511 template <typename Fun, typename... Args>
6512 CompleteType_t<ResultOf_t<Fun(Args...)>> complete_invoke(Fun&& fun, Args&&... args) {
6513 return CompleteInvoker<ResultOf_t<Fun(Args...)>>::invoke(std::forward<Fun>(fun), std::forward<Args>(args)...);
6514 }
6515
6516 const std::string benchmarkErrorMsg = "a benchmark failed to run successfully";
6517 } // 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