
Your opinion will help to improve our service
Leave a feedback >Functions for iterating over a constexpr range of integers.
Definition in file constexpr_indices.hpp.
Go to the source code of this file.
#include <cstddef>#include <type_traits>#include <utility>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | utils |
| Utilities. | |
Functions | |
| template<std::size_t Count, typename Func> | |
| void | utils::ForEachIndex (Func func) |
| template<std::size_t Count, typename Func> | |
| void | utils::WithConstexprIndex (std::size_t runtime_index, Func func) |
Calls func with runtime_index wrapped in std::integral_constant. | |