aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/attribute/search_context_params.cpp
blob: 2e8aba6f5f89290d4298ad0d81eec6b67ef0b59a (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "search_context_params.h"
#include <cstdint>
#include <limits>

namespace search::attribute {

}