ORIGINAL
Loading...
Searching...
No Matches
original::makeIndexSequence Class Reference

Utility for generating index sequences. More...

#include <types.h>

Collaboration diagram for original::makeIndexSequence:
Collaboration graph

Friends

template<u_integer NUM>
consteval auto makeSequence ()
 Creates an index sequence of given length.
 

Detailed Description

Utility for generating index sequences.

Contains implementation details for creating index sequences.

Friends And Related Symbol Documentation

◆ makeSequence

template<u_integer NUM>
auto makeSequence ( )
friend

Creates an index sequence of given length.

Template Parameters
NUMLength of the sequence to create
Returns
indexSequence instance with values 0..NUM-1

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