boost::urls::segments_ref::assign

Assign segments

Synopses

Declared in <boost/url/segments_ref.hpp>

Assign segments

void
assign(std::initializer_list<core::string_view> init);
» more...

Assign segments

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

Parameters

Name Description
init The list of segments to assign.
first The beginning of the range of segments to assign.
last The end of the range of segments to assign.