aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/generator/hidden_sequence.h
blob: 917b50b1129f4e29c8389927526ddd8d4b384e94 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/vespalib/util/sequence.h>
#include <vector>

vespalib::Sequence<size_t>::UP make_ext_seq(const std::vector<size_t> &data);