Logo ROOT  
Reference Guide
ROOT::Detail::__integer_sequence< _IdxType, _Values > Struct Template Reference

template<class _IdxType, _IdxType... _Values>
struct ROOT::Detail::__integer_sequence< _IdxType, _Values >

Definition at line 35 of file RIntegerSequence.hxx.

Public Types

template<template< class _OIdxType, _OIdxType... > class _ToIndexSeq, class _ToIndexType >
using __convert = _ToIndexSeq< _ToIndexType, _Values... >
 

#include <ROOT/RIntegerSequence.hxx>

Member Typedef Documentation

◆ __convert

template<class _IdxType , _IdxType... _Values>
template<template< class _OIdxType, _OIdxType... > class _ToIndexSeq, class _ToIndexType >
using ROOT::Detail::__integer_sequence< _IdxType, _Values >::__convert = _ToIndexSeq<_ToIndexType, _Values...>

Definition at line 37 of file RIntegerSequence.hxx.


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