Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ model
Method
model
external/catch.hpp:6707–6707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6705
template <typename Fun>
6706
struct model : public callable {
6707
model(Fun&& fun) : fun(std::move(fun)) {}
6708
model(Fun const& fun) : fun(fun) {}
6709
6710
model<Fun>* clone() const override { return new model<Fun>(*this); }
Callers
1
__call__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected