23 Containers library [containers]

23.3 Sequence containers [sequences]

23.3.7 Class template array [array]

23.3.7.6 array::fill [array.fill]

void fill(const T& u);

Effects: As if by fill_n(begin(), N, u).