tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt, typename Generator> | |
constexpr auto | generate (ForwardIt first, ForwardIt last, Generator g) -> void |
Assigns each element in range [first, last) a value generated by the given function object g. | |