Reactions  0.0.0
Handling reaction trees and decays
Static Public Attributes | List of all members
reactions::database::range< Min, Max > Struct Template Reference

Define a range with minimum and maximum indices. More...

#include <database.hpp>

Static Public Attributes

static constexpr auto min = Min
 
static constexpr auto max = Max
 

Detailed Description

template<std::size_t Min, std::size_t Max>
struct reactions::database::range< Min, Max >

Define a range with minimum and maximum indices.

Member Data Documentation

◆ max

template<std::size_t Min, std::size_t Max>
constexpr auto reactions::database::range< Min, Max >::max = Max
static

◆ min

template<std::size_t Min, std::size_t Max>
constexpr auto reactions::database::range< Min, Max >::min = Min
static

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