Reactions  0.0.0
Handling reaction trees and decays
Classes | Namespaces | Variables
utils.hpp File Reference
#include <tuple>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  reactions::utils::detail::tuple_index< I, Tuple, E0, E1 >
 Index corresponding to a given element. More...
 
struct  reactions::utils::detail::tuple_index< I, Tuple, E, E >
 Index corresponding to a given element. More...
 
struct  reactions::utils::tuple_index< Tuple, E >
 Index corresponding to a given element. More...
 

Namespaces

 reactions::utils
 General utilities.
 
 reactions::utils::detail
 Internal utilities for the reactions::utils namespace.
 

Variables

template<class Tuple , class E >
static constexpr auto reactions::utils::tuple_index_v = tuple_index<Tuple, E>::value
 Index corresponding to a given element. More...