Skip to content
TensorStore
tensorstore::Schema::FillValue
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
            • Methods
            • Types
              • C Shape
              • C FillValue
                • Friend functions
                  • F operator==
              • C FillValue
                • Friend functions
                  • F operator==
              • C DimensionUnits
            • Data members
            • Friend functions
            • Related Types
          • C Spec
          • C TensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Friend functions
    #include "tensorstore/schema.h"
    struct tensorstore::Schema::FillValue
       
     : public SharedArrayView<const void>;

    Strongly-typed alias of SharedArrayView<const void> for representing a fill_value constraint.

    Friend functions¶

    friend bool operator==(const FillValue& a, const FillValue& b);
    friend bool operator!=(const FillValue& a, const FillValue& b);

    Compares two fill values for equality.