Halide  12.0.1
Halide compiler and libraries
Halide::Internal::make_integer_sequence_helper< T, I, N > Struct Template Reference

#include <Util.h>

Public Types

using type = typename next_integer_sequence< typename make_integer_sequence_helper< T, I+1, N >::type >::type
 

Detailed Description

template<typename T, T I, T N>
struct Halide::Internal::make_integer_sequence_helper< T, I, N >

Definition at line 385 of file Util.h.

Member Typedef Documentation

◆ type

template<typename T , T I, T N>
using Halide::Internal::make_integer_sequence_helper< T, I, N >::type = typename next_integer_sequence< typename make_integer_sequence_helper<T, I + 1, N>::type>::type

Definition at line 386 of file Util.h.


The documentation for this struct was generated from the following file: