aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/datastore.cpp
blob: 76d622f3704fdaa39a084657a2cbb5ed3e520563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Yahoo. 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>;