boost::urls::segments_encoded_ref::assign

Assign segments

Synopses

Assign segments

void
assign(std::initializer_list<pct_string_view> init);

Assign segments

template<class FwdIt>
void
assign(
    FwdIt first,
    FwdIt last);

Exceptions

Name Thrown on

system_error

The list contains an invalid percent‐encoding.

Parameters

Name Description

init

The list of segments to assign.

first

The first element in the range.

last

One past the last element in the range.

Created with MrDocs