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

Method FixedValuesGenerator

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

Source from the content-addressed store, hash-verified

3970 size_t m_idx = 0;
3971 public:
3972 FixedValuesGenerator( std::initializer_list<T> values ) : m_values( values ) {}
3973
3974 T const& get() const override {
3975 return m_values[m_idx];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected