Template Struct unrolled_index

Struct Documentation

template<std::size_t TIndex>
struct unrolled_index

Index for an unrolled_for

Template Parameters:

TIndex – The index in the for loop

Public Functions

inline constexpr operator std::size_t() const noexcept

Implicit conversion to size_t

Returns:

The index

Public Static Attributes

static constexpr std::size_t value = TIndex