Logo ROOT  
Reference Guide
ROOT::Detail::indices< Indices > Struct Template Reference

template<size_t... Indices>
struct ROOT::Detail::indices< Indices >

Definition at line 60 of file span.hxx.

Static Public Attributes

static constexpr size_t value [sizeof...(Indices)] = {Indices...}
 

#include <ROOT/span.hxx>

Member Data Documentation

◆ value

template<size_t... Indices>
constexpr size_t ROOT::Detail::indices< Indices >::value[sizeof...(Indices)] = {Indices...}
staticconstexpr

Definition at line 61 of file span.hxx.

Collaboration diagram for ROOT::Detail::indices< Indices >:
[legend]

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