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

Method MapGenerator

external/catch.hpp:4257–4261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4255 public:
4256 template <typename F2 = Func>
4257 MapGenerator(F2&& function, GeneratorWrapper<U>&& generator) :
4258 m_generator(std::move(generator)),
4259 m_function(std::forward<F2>(function)),
4260 m_cache(m_function(m_generator.get()))
4261 {}
4262
4263 T const& get() const override {
4264 return m_cache;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected