SpECTRE  v2024.04.12
CacheEnumeration< EnumerationType, Enums > Struct Template Reference

Possible enumeration values for the StaticCache. Only values specified here are retrievable. More...

#include <StaticCache.hpp>

Public Types

using value_type = EnumerationType
 

Static Public Attributes

static constexpr size_t size = sizeof...(Enums)
 

Detailed Description

template<typename EnumerationType, EnumerationType... Enums>
struct CacheEnumeration< EnumerationType, Enums >

Possible enumeration values for the StaticCache. Only values specified here are retrievable.

Note
The EnumerationType must be streamable.

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