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

Method clone

Source/ThirdParty/catch2/catch.hpp:6713–6713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

BenchmarkFunctionMethod · 0.45
BenchmarkFunctionClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected