Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ ValuesGenerator
Method
ValuesGenerator
cpp/quantize/catch.hpp:1780–1780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1778
class ValuesGenerator : public IGenerator<T> {
1779
public:
1780
ValuesGenerator(){}
1781
1782
void add( T value ) {
1783
m_values.push_back( value );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected