-
#include "tensorstore/contiguous_layout.h"
-
template <typename T, DimensionIndex Rank = dynamic_rank>
constexpr bool tensorstore::IsContiguousLayoutOrder; Bool-valued metafunction that is true if
T
isContiguousLayoutOrder
orContiguousLayoutPermutation
compatible withRank
.- Template Parameters:¶
- DimensionIndex Rank = dynamic_rank¶
Rank with which the order must be compatible, or
dynamic_rank
for no constraint.