-
#include "tensorstore/kvstore/read_result.h"
-
constexpr const State tensorstore::kvstore::ReadResult::kUnspecified =
State::kUnspecified; -
constexpr const State tensorstore::kvstore::ReadResult::kMissing =
State::kMissing; -
constexpr const State tensorstore::kvstore::ReadResult::kValue =
State::kValue;