aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/data/slime/named_symbol_inserter.cpp
blob: 46c4ba56f0c096b54f3c9dedbe652d5f44098111 (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 "named_symbol_inserter.h"
#include "symbol_table.h"

namespace vespalib::slime {

Symbol
NamedSymbolInserter::insert() {
    return _table.insert(_name);
}
} // namespace vespalib::slime