aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/attribute/search_context_params.cpp
blob: fe4e0d1610bc10ae9e43f8e81fca2ede75754f46 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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 {

}