Implementation of python-style enumerate function for range-for loops. More...
#include <tuple>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
template<typename Container > | |
constexpr auto | utils::enumerate (Container &&iterable) |
Implementation of python-style enumerate function for range-for loops. | |
Implementation of python-style enumerate function for range-for loops.
Definition in file enumerate.hpp.