Getter Functions
-
uint64_t danceq::internal::State::get_sizeof_IntType(void) const
Returns size of IntType.
- Returns:
size of IntType
-
std::array<IntType, NInt> danceq::internal::State::get_data(void) const
Returns data.
- Returns:
data
-
struct template_struct
Struct to use the template parameters.
The struct can be used to access the template parameters without an instance of the State class. This can also be used for constexpr.
uint64_t Q = State::template_struct::template_Q;