MCPcopy Create free account
hub / github.com/cinder/Cinder / clone

Method clone

test/unit/src/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 5

BenchmarkFunctionMethod · 0.45
BenchmarkFunctionClass · 0.45
setupBufferPlayerNodeMethod · 0.45
setupFilePlayerNodeMethod · 0.45
openFileMethod · 0.45

Calls

no outgoing calls

Tested by 3

setupBufferPlayerNodeMethod · 0.36
setupFilePlayerNodeMethod · 0.36
openFileMethod · 0.36