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

#include "btree_key_data.h"

namespace vespalib::btree {

BTreeNoLeafData BTreeNoLeafData::_instance;

template class BTreeKeyData<uint32_t, uint32_t>;
template class BTreeKeyData<uint32_t, int32_t>;

} // namespace vespalib::btree