MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / FixedValuesGenerator

Method FixedValuesGenerator

deps/Catch/catch.hpp:3981–3981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3979 size_t m_idx = 0;
3980 public:
3981 FixedValuesGenerator( std::initializer_list<T> values ) : m_values( values ) {}
3982
3983 T const& get() const override {
3984 return m_values[m_idx];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected