TensorStore
tensorstore::ByteStridedPointer<T>::operator T*
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
            • Types
            • Data members
            • Constructors
            • Accessors
              • F get
              • F operator->
              • F operator*
              • F operator T*
            • Arithmetic operations
          • C StridedLayout
          • C ElementPointer
          • C Array
          • C TransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/byte_strided_pointer.h"
    tensorstore::ByteStridedPointer<T>::operator T*() const;
    template <typename U>
      
    requires IsElementTypeOnlyExplicitlyConvertible<T, U>
    explicit tensorstore::ByteStridedPointer<T>::operator U*() const;

    Converts to a raw pointer.