MCPcopy Create free account
hub / github.com/cirquit/trdrop / add

Method add

ext/catch.hpp:2465–2467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2463 ValuesGenerator(){}
2464
2465 void add( T value ) {
2466 m_values.push_back( value );
2467 }
2468
2469 virtual T getValue( std::size_t index ) const {
2470 return m_values[index];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected