-
#include "tensorstore/chunk_layout.h"
-
explicit tensorstore::ChunkLayout::InnerOrder::InnerOrder(
span<const DimensionIndex> s,
bool hard_constraint = true); -
template <size_t N>
explicit tensorstore::ChunkLayout::InnerOrder::InnerOrder(
const DimensionIndex (&s)[N],
bool hard_constraint = true); Constructs from the specified order.