Skip to content
TensorStore
tensorstore::Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::Array[default]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
            • Types
            • Data members
            • Constructors
              • FArray [default]
                • Post
              • FArray [element_pointer]
              • FArray [element_pointer, layout]
              • FArray [element_pointer, shape, order]
              • FArray [element_pointer, domain, order]
              • FArray [convert]
              • FArray [unchecked]
            • Methods
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
            • Related Constants
            • Related Functions
            • Creation functions
            • Copy functions
            • Formatting
            • Broadcasting
          • CTransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Post
    #include "tensorstore/array.h"
    tensorstore::Array<ElementTagType,
                      
     Rank,
                      
     OriginKind,
                      
     LayoutContainerKind>::
    Array();

    Default constructs both the element_pointer and the layout.

    Post:¶

    data() == nullptr

    Back to top
    Previous tensorstore::Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::layout_container_kind
    Next tensorstore::Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::Array[element_pointer]