TensorStore
tensorstore::may_allocate
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
          • CTransformedArray
          • Transformation
            • CTransformArrayConstraints
              • Constructors
              • Accessors
              • Friend functions
              • Related Types
                • EMustAllocateConstraint
                  • Related Constants
                    • Vmay_allocate
            • FTransformArray
            • FMakeCopy
          • 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/index_space/transform_array_constraints.h"
    constexpr const MustAllocateConstraint tensorstore::may_allocate =
       
     MustAllocateConstraint::may_allocate;
    constexpr const MustAllocateConstraint tensorstore::must_allocate =
       
     MustAllocateConstraint::must_allocate;
    Back to top
    Previous tensorstore::MustAllocateConstraint
    Next tensorstore::TransformArray