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

NameDescription
initThe list of segments to assign.
firstThe beginning of the range of segments to assign.
lastThe end of the range of segments to assign.