Reactions  0.1.0
Handling reaction trees and decays
Static Public Attributes | List of all members
reactions::utils::detail::tuple_index< I, Tuple, E0, E1 > Struct Template Reference

Index corresponding to a given element. More...

#include <utils.hpp>

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<std::size_t I, class Tuple, class E0, class E1>
struct reactions::utils::detail::tuple_index< I, Tuple, E0, E1 >

Index corresponding to a given element.

Member Data Documentation

◆ value

template<std::size_t I, class Tuple, class E0, class E1>
constexpr auto reactions::utils::detail::tuple_index< I, Tuple, E0, E1 >::value
static
Initial value:
=
tuple_index<I + 1, Tuple, E0,
std::tuple_element_t<I + 1, Tuple>>::value

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