#include <alpaqa/include/alpaqa/util/enumerate.hpp>
template<class Rng>
struct alpaqa::util::enumerate_t< Rng >
Definition at line 9 of file enumerate.hpp.
|
using | begin_t = decltype(std::ranges::begin(std::as_const(rng))) |
|
using | end_t = decltype(std::ranges::end(std::as_const(rng))) |
|
◆ alpaqa::util::enumerate_t::sentinel_t
struct alpaqa::util::enumerate_t::sentinel_t |
◆ begin_t
using begin_t = decltype(std::ranges::begin(std::as_const(rng))) |
◆ end_t
using end_t = decltype(std::ranges::end(std::as_const(rng))) |
◆ enumerate_t() [1/2]
◆ enumerate_t() [2/2]
◆ begin()
auto begin |
( |
| ) |
const -> std::input_or_output_iterator auto |
|
inline |
◆ end()
◆ rng
The documentation for this struct was generated from the following file: