Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ SingleValueGenerator
Method
SingleValueGenerator
external/catch.hpp:3954–3954 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3952
T m_value;
3953
public:
3954
SingleValueGenerator(T&& value) : m_value(std::move(value)) {}
3955
3956
T const& get() const override {
3957
return m_value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected