Fill()

Span::Fill(const T&) const method

Fills the span with the specified value.

void System::Span<T>::Fill(const T &value) const

Arguments

ParameterTypeDescription
valueconst T&The value to assign to each element of the span.

See Also