Insert segments
Synopses
Declared in <boost/url/segments_ref.hpp>
Insert segments
Insert segments
Insert segments
Return Value
- 
An iterator to the inserted segment. 
- 
An iterator to the first element inserted, or beforeifinit.size() == 0.
- 
An iterator to the first segment inserted, or beforeifinit.empty().
Parameters
| Name | Description | 
| before | An iterator before which the segment is inserted. This may be equal to  | 
| s | The segment to insert. | 
| init | The list of segments to insert. | 
| first | The beginning of the range of segments to insert. | 
| last | The end of the range of segments to insert. | 
Created with MrDocs