Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
meta::integer_sequence< T,... > Struct Template Reference

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

#include <meta/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...>
struct meta::integer_sequence< T,... >

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

Member Function Documentation

◆ size()

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