-
#include "tensorstore/kvstore/generation.h"
-
constexpr const char tensorstore::StorageGeneration::kBaseGeneration =
1; - constexpr const char tensorstore::StorageGeneration::kDirty = 2;
- constexpr const char tensorstore::StorageGeneration::kNewlyDirty = 16;
- constexpr const char tensorstore::StorageGeneration::kNoValue = 4;
- constexpr const char tensorstore::StorageGeneration::kInvalid = 8;
Flag values specified as a suffix of
value
.