Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::index_sequence< Ints > Struct Template Reference

#include <Generic.h>

Inheritance diagram for hydra::detail::index_sequence< Ints >:
Collaboration diagram for hydra::detail::index_sequence< Ints >:

Public Types

using type = index_sequence
 
using value_type = size_t
 

Static Public Member Functions

static constexpr std::size_t size ()
 

Detailed Description

template<size_t ... Ints>
struct hydra::detail::index_sequence< Ints >

Member Typedef Documentation

◆ type

template<size_t ... Ints>
using hydra::detail::index_sequence< Ints >::type = index_sequence

◆ value_type

template<size_t ... Ints>
using hydra::detail::index_sequence< Ints >::value_type = size_t

Member Function Documentation

◆ size()

template<size_t ... Ints>
static constexpr std::size_t hydra::detail::index_sequence< Ints >::size ( )
inlinestatic

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