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