TensorStore
tensorstore::IsCompatiblePartialIndexVector
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
          • CUtf8String
          • CSmallBitSet
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
            • VIsCompatibleFullIndexVector
            • VIsImplicitlyCompatibleFullIndexVector
            • VIsCompatiblePartialIndexVector
            • VIsCompatibleFullIndexPack
            • VIsIndexConvertibleVector
            • VIsIndexVector
            • VIsMutableIndexVector
            • TSpanStaticExtent
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/extents.h"
    template <DimensionIndex Rank, typename Indices>
    constexpr bool tensorstore::IsCompatiblePartialIndexVector;

    Bool-valued metafunction that evaluates to true if Indices is span-compatible with a span::value_type convertible without narrowing to Index and a static span::extent <= Rank.

    Back to top
    Previous tensorstore::IsImplicitlyCompatibleFullIndexVector
    Next tensorstore::IsCompatibleFullIndexPack