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

Method clone

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

Source from the content-addressed store, hash-verified

6497 model(Fun const& fun) : fun(fun) {}
6498
6499 model<Fun>* clone() const override { return new model<Fun>(*this); }
6500
6501 void call(Chronometer meter) const override {
6502 call(meter, is_callable<Fun(Chronometer)>());

Callers 2

BenchmarkFunctionMethod · 0.45
BenchmarkFunctionClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected