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