Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
string_io.hpp
File · 0.45
Calls
2
fill_n
Function · 0.85
begin
Function · 0.85
Tested by
1
run
Method · 0.36