-
#include "tensorstore/kvstore/generation.h"
-
static bool tensorstore::StorageGeneration::IsUnknown(
const StorageGeneration& generation); Returns
true
ifgeneration
is equal to the specialStorageGeneration::Unknown()
value, i.e. an empty string.This usually indicates an unspecified generation; in
kvstore::ReadGenerationConditions::if_equal
andkvstore::ReadGenerationConditions::if_not_equal
, it indicates that the condition does not apply.