MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / clone

Method clone

deps/Catch/catch.hpp:6719–6719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6717 model(Fun const& fun) : fun(fun) {}
6718
6719 model<Fun>* clone() const override { return new model<Fun>(*this); }
6720
6721 void call(Chronometer meter) const override {
6722 call(meter, is_callable<Fun(Chronometer)>());

Callers 2

BenchmarkFunctionMethod · 0.80
BenchmarkFunctionClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected