MCPcopy Create free account
hub / github.com/HelenOS/helenos / fill

Method fill

uspace/lib/cpp/include/__bits/adt/array.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 value_type elems[N ? N : 1];
63
64 void fill(const T& x)
65 {
66 fill_n(begin(), N, x);
67 }
68
69 void swap(array& other)
70 // TODO: Does not find declval atm :/

Callers 2

runMethod · 0.45
string_io.hppFile · 0.45

Calls 2

fill_nFunction · 0.85
beginFunction · 0.85

Tested by 1

runMethod · 0.36