SpECTRE
v2024.09.29
|
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 |
Range of integral values for StaticCache indices. The Start
is inclusive and the End
is exclusive. The range must not be empty.