boost::urls::segments_ref::operator=

Assignment

Synopses

Assignment

segments_ref&
operator=(std::initializer_list<core::string_view> init);

Assignment

Assignment

Return Value

A reference to this object.

Parameters

Name

Description

init

The list of segments to assign.

other

The segments to assign.

Created with MrDocs