MCPcopy Create free account
hub / github.com/apache/qpid-proton / clone

Method clone

tests/include/catch.hpp:6720–6720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

invocable_wrapperMethod · 0.80
ProtonClass · 0.80
BenchmarkFunctionMethod · 0.80
BenchmarkFunctionClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected