MCPcopy Create free account
hub / github.com/RenderKit/oidn / clone

Method clone

external/catch.hpp:6710–6710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6708 model(Fun const& fun) : fun(fun) {}
6709
6710 model<Fun>* clone() const override { return new model<Fun>(*this); }
6711
6712 void call(Chronometer meter) const override {
6713 call(meter, is_callable<Fun(Chronometer)>());

Callers 2

BenchmarkFunctionMethod · 0.45
BenchmarkFunctionClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected