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

Method model

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

Source from the content-addressed store, hash-verified

6650 template <typename Fun>
6651 struct model : public callable {
6652 model(Fun&& fun) : fun(std::move(fun)) {}
6653 model(Fun const& fun) : fun(fun) {}
6654
6655 model<Fun>* clone() const override { return new model<Fun>(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected