...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::iota — Generates an increasing sequence of values, and stores them in the input Range.
// In header: <boost/algorithm/cxx11/iota.hpp> template<typename Range, typename T> BOOST_CXX14_CONSTEXPR void iota(Range & r, T value);