aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/datastore.cpp
blob: 28e802a0992f49244fe37cb418eb6004da016e2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "datastore.hpp"
#include <vespa/vespalib/util/rcuvector.hpp>

namespace vespalib::datastore {

template class DataStoreT<EntryRefT<22> >;

}

template class vespalib::RcuVector<vespalib::datastore::EntryRef>;
template class vespalib::RcuVectorBase<vespalib::datastore::EntryRef>;
template class vespalib::RcuVector<vespalib::datastore::AtomicEntryRef>;
template class vespalib::RcuVectorBase<vespalib::datastore::AtomicEntryRef>;