Skip to content
TensorStore
tensorstore::Schema::FillValue
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
            • Types
              • CShape
              • CFillValue
                • Friend functions
                  • Foperator==
              • CFillValue
                • Friend functions
                  • Foperator==
              • CDimensionUnits
            • Data members
            • Friend functions
            • Related Types
          • CSpec
          • CTensorStore
        • 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.

    Back to top
    Previous tensorstore::Schema::Shape
    Next tensorstore::Schema::FillValue::operator==