Horizon
Loading...
Searching...
No Matches
meta::integer_sequence< T, Is > Struct Template Reference

A container for a sequence of compile-time integer constants. More...

#include <meta.hpp>

Public Types

using value_type = T

Static Public Member Functions

static constexpr std::size_t size () noexcept

Detailed Description

template<typename T, T... Is>
struct meta::integer_sequence< T, Is >

A container for a sequence of compile-time integer constants.

Member Function Documentation

◆ size()

template<typename T, T... Is>
constexpr std::size_t meta::integer_sequence< T, Is >::size ( )
inlinestaticconstexprnoexcept
Returns
sizeof...(Is)

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