Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | List of all members
ROOT::Detail::make_indices_impl< First, Step, N, typename std::enable_if<(N==1)>::type > Struct Template Reference

template<size_t First, size_t Step, size_t N>
struct ROOT::Detail::make_indices_impl< First, Step, N, typename std::enable_if<(N==1)>::type >

Definition at line 95 of file span.hxx.

Public Types

typedef indices< First > type
 

#include <ROOT/span.hxx>

Member Typedef Documentation

◆ type

template<size_t First, size_t Step, size_t N>
typedef indices<First> ROOT::Detail::make_indices_impl< First, Step, N, typename std::enable_if<(N==1)>::type >::type

Definition at line 101 of file span.hxx.


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