MCPcopy Create free account
hub / github.com/Profactor/cv-plot / call

Method call

CvPlot/ext/catch2/inc/catch.hpp:6657–6659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6655 model<Fun>* clone() const override { return new model<Fun>(*this); }
6656
6657 void call(Chronometer meter) const override {
6658 call(meter, is_callable<Fun(Chronometer)>());
6659 }
6660 void call(Chronometer meter, std::true_type) const {
6661 fun(meter);
6662 }

Callers 1

operator()Method · 0.80

Calls 1

measureMethod · 0.80

Tested by

no test coverage detected