<boost/url/segments_ref.hpp>
void
assign(std::initializer_list<core::string_view> init);
» more...
Assign segments
template<class FwdIt>
void
assign(
FwdIt first,
FwdIt last);
» more...
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. |