26 Containers library [containers]

26.3 Sequence containers [sequences]

26.3.7 Class template array [array]

26.3.7.6 array​::​fill [array.fill]

void fill(const T& u);
Effects: As if by fill_­n(begin(), N, u).