aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/btree/btree_key_data.cpp
blob: 0be2fec46517ca28c5d9849abea6064b578b2c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. 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