Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ FixedValuesGenerator
Method
FixedValuesGenerator
test/catch.hpp:4552–4555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4550
4551
public:
4552
FixedValuesGenerator(std::initializer_list<T> values)
4553
: m_values(values)
4554
{
4555
}
4556
4557
T const& get() const override
4558
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected