#include "tensorstore/chunk_layout.h" GridView tensorstore::ChunkLayout::operator[](Usage usage) const; Returns the chunk constraints for the given usage. Parameters:¶ Usage usage¶Must be one of Usage::kWrite, Usage::kRead, or Usage::kRead. Must not be kUnspecifiedUsage.