TensorStore
tensorstore::ChunkLayout::IsOption
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
            • Types
            • Data members
            • Friend functions
            • Related Types
              • CChunkLayout
                • Types
                • Methods
                • Friend functions
                • Data members
                  • VIsOption
              • CCodecSpec
              • CUnit
              • TDimensionUnitsVector
          • CSpec
          • CTensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/chunk_layout.h"
    template <typename T>
    static constexpr bool tensorstore::ChunkLayout::IsOption;

    Evaluates to true for option types compatible with Set. Supported types are:

    • ChunkLayout

    • ChunkLayout::GridOrigin

    • ChunkLayout::InnerOrder

    • ChunkLayout::GridViewFor

    • ChunkLayout::ChunkElementsFor

    • ChunkLayout::ChunkShapeFor

    • ChunkLayout::ChunkAspectRatioFor

    Back to top
    Previous tensorstore::ChunkLayout::operator|
    Next tensorstore::CodecSpec