SpECTRE  v2024.04.12
CacheRange< Start, End > Struct Template Reference

Range of integral values for StaticCache indices. The Start is inclusive and the End is exclusive. The range must not be empty. More...

#include <StaticCache.hpp>

Public Types

using value_type = std::remove_cv_t< decltype(start)>
 

Static Public Attributes

static constexpr auto start = Start
 
static constexpr auto end = End
 
static constexpr auto size = end - start
 

Detailed Description

template<auto Start, auto End>
struct CacheRange< Start, End >

Range of integral values for StaticCache indices. The Start is inclusive and the End is exclusive. The range must not be empty.


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