MCPcopy Create free account
hub / github.com/ETLCPP/etl / generate_input

Function generate_input

test/test_binary.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47 template <typename TIterator, typename T>
48 void generate_input(TIterator first, TIterator last, T value)
49 {
50 while (first != last)
51 {
52 *first++ = value++;
53 }
54 }
55
56 //***********************************
57 // Count bits the easy way.

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected