tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
fill.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename T>
constexpr auto fill (ForwardIt first, ForwardIt last, T const &value) -> void
 Assigns the given value to the elements in the range [first, last).