Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cirquit/trdrop
/ ValuesGenerator
Method
ValuesGenerator
ext/catch.hpp:2463–2463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2461
class ValuesGenerator : public IGenerator<T> {
2462
public:
2463
ValuesGenerator(){}
2464
2465
void add( T value ) {
2466
m_values.push_back( value );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected