Skip to content
TensorStore
tensorstore::ByteRange::size
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
          • CByteRange
            • Data members
            • Methods
              • FSatisfiesInvariants
              • Fsize
                • Dchecks
            • Friend functions
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Dchecks
    #include "tensorstore/kvstore/byte_range.h"
    int64_t tensorstore::ByteRange::size() const;

    Returns the number of bytes contained in the range.

    Dchecks:¶

    SatisfiesInvariants()

    Back to top
    Previous tensorstore::ByteRange::SatisfiesInvariants
    Next tensorstore::ByteRange::operator==