MCPcopy Create free account
hub / github.com/SOCI/soci / FixedValuesGenerator

Method FixedValuesGenerator

tests/catch.hpp:3974–3974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected