API ReferenceCpp API DocumentationTiered IndexAsk a question|Copy page|View as Markdown|More actionsSource header: cuvs/neighbors/tiered_index.hpp Types neighbors::tiered_index::index Tiered Index class 1template <typename UpstreamT>2struct index : cuvs::neighbors::index {3 std::shared_ptr<detail::index_state<UpstreamT>> state;4 std::mutex write_mutex;5 mutable std::shared_mutex ann_mutex;6}; Fields NameTypeDescriptionstatestd::shared_ptr<detail::index_state<UpstreamT>>write_mutexstd::mutexann_mutexmutable std::shared_mutex