summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp
blob: 4d9fd76768d01c86a54798169049c67ecbffe33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2013-2016 Glyn Matthews.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef NETWORK_DETAIL_URI_ADVANCE_INC
#define NETWORK_DETAIL_URI_ADVANCE_INC

#include <network/uri/detail/uri_parts.hpp>

namespace network {
namespace detail {
uri_part copy_part(const std::string &part,
                   string_view::const_iterator &it);

void advance_parts(string_view uri_view, uri_parts &parts,
                   const uri_parts &existing_parts);
}  // namespace detail
}  // namespace network

#endif  // NETWORK_DETAIL_URI_ADVANCE_INC