aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/common.h
blob: 886b8ce2fefd0eacee4332da058668d54d2eac70 (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.
#pragma once

#include <vespa/vespalib/stllike/string.h>

namespace documentapi {

// Decide the type of string used once
using string = vespalib::string;

} // namespace mbus