Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ FixedValuesGenerator
Method
FixedValuesGenerator
extras/catch_amalgamated.hpp:7835–7835 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7833
7834
public:
7835
FixedValuesGenerator( std::initializer_list<T> values ) : m_values( values ) {}
7836
7837
T const& get() const override {
7838
return m_values[m_idx];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected