// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include #include #include namespace search::enumstore { using AtomicIndex = vespalib::datastore::AtomicEntryRef; using EnumHandle = uint32_t; using EnumVector = std::vector>; using Index = vespalib::datastore::EntryRef; using IndexVector = std::vector>; using InternalIndex = vespalib::datastore::EntryRefT<22>; }