System::Span::Fill method

Span::Fill method

Fills the span with the specified value.

void System::Span<T>::Fill(const T &value) const
ParameterTypeDescription
valueconst T&The value to assign to each element of the span.

See Also