MCPcopy Create free account
hub / github.com/RenderKit/oidn / GeneratorWrapper

Method GeneratorWrapper

external/catch.hpp:3987–3989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3985 std::unique_ptr<IGenerator<T>> m_generator;
3986 public:
3987 GeneratorWrapper(std::unique_ptr<IGenerator<T>> generator):
3988 m_generator(std::move(generator))
3989 {}
3990 T const& get() const {
3991 return m_generator->get();
3992 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected