version 0.4.1
Ikarus::Concepts::BlockedIndexBasis Concept Reference

Concept to check if a basis uses either BlockedLexicographic or BlockedInterleaved indexing strategy. More...

#include <ikarus/utils/concepts.hh>

Concept definition

template<typename B>
Concept to check if a basis uses BlockedInterleaved indexing strategy.
Definition: concepts.hh:122
Concept to check if a basis uses BlockedLexicographic indexing strategy.
Definition: concepts.hh:135
Concept to check if a basis uses either BlockedLexicographic or BlockedInterleaved indexing strategy.
Definition: concepts.hh:170

Detailed Description

This concept checks if the given Basis type uses either BlockedLexicographic or BlockedInterleaved indexing strategy.

Template Parameters
BThe basis type.