-
#include "tensorstore/kvstore/key_range.h"
-
static std::weak_ordering
tensorstore::KeyRange::CompareKeyAndExclusiveMax(
std::string_view key,
std::string_view bound); -
static std::weak_ordering
tensorstore::KeyRange::CompareExclusiveMaxAndKey(
std::string_view bound,
std::string_view key); Returns the three-way comparison result between a key and an exclusive max bound.