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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename OutputIt, typename Size, typename T>
constexpr auto fill_n (OutputIt first, Size count, T const &value) -> OutputIt
 Assigns the given value to the first count elements in the range beginning at first if count > 0. Does nothing otherwise.