ORIGINAL
Loading...
Searching...
No Matches
original::indexSequence< INTS > Class Template Reference

Compile-time sequence of unsigned integers. More...

#include <types.h>

Collaboration diagram for original::indexSequence< INTS >:
Collaboration graph

Static Public Member Functions

static consteval u_integer size () noexcept
 Gets the size of the sequence.
 

Detailed Description

template<u_integer... INTS>
class original::indexSequence< INTS >

Compile-time sequence of unsigned integers.

Template Parameters
INTSSequence of unsigned integer values

Used for template metaprogramming and compile-time index operations.

Member Function Documentation

◆ size()

template<original::u_integer... INTS>
original::u_integer original::indexSequence< INTS >::size ( )
staticconstevalnoexcept

Gets the size of the sequence.

Returns
Number of elements in the sequence

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