TensorStore
tensorstore::IsCompatibleFullIndexVector
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
          • C Utf8String
          • C SmallBitSet
          • C MaybeHardConstraintSpan
          • C MaybeHardConstraintIndex
          • V IsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
            • V IsCompatibleFullIndexVector
            • V IsImplicitlyCompatibleFullIndexVector
            • V IsCompatiblePartialIndexVector
            • V IsCompatibleFullIndexPack
            • V IsIndexConvertibleVector
            • V IsIndexVector
            • V IsMutableIndexVector
            • T SpanStaticExtent
      • 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::IsCompatibleFullIndexVector;

    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 compatible with Rank.