TensorStore
tensorstore::span<T, Extent>::span[container]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
            • Types
            • Data members
            • Constructors
              • Fspan [default]
              • Fspan [pointer, count]
              • Fspan [begin, end]
              • Fspan [array]
              • Fspan [container]
              • Fspan [convert]
            • Methods
            • Related Constants
            • Related Functions
          • CUtf8String
          • CSmallBitSet
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/span.h"
    template <typename Container>
    constexpr tensorstore::span<T, Extent>::span(Container& cont);
    template <typename Container>
    constexpr tensorstore::span<T, Extent>::span(const Container& cont);

    Constructs from a container with data and size methods.

    Back to top
    Previous tensorstore::span<T, Extent>::span[array]
    Next tensorstore::span<T, Extent>::span[convert]