-
#include "tensorstore/kvstore/byte_range.h"
-
Result<ByteRange>
tensorstore::OptionalByteRangeRequest::Validate(int64_t size) const; Returns a
ByteRange
for an object of size.- Error absl::StatusCode::kOutOfRange:¶
if
inclusive_min
or*exclusive_max
are not within the object size.