![]() |
Home | Libraries | People | FAQ | More |
(Inherited from segments_encoded_base
)
Return the first segment.
pct_string_view front() const;
This function returns a string with the first segment of the path without any leading or trailing '/' separators. The returned string may contain percent escapes.
this->[link url.ref.boost__urls__segments_encoded_ref.empty `empty`]() == false
return *[link url.ref.boost__urls__segments_encoded_ref.begin `begin`]();
assert( url_view( "/path/to/file.txt" ).encoded_segments().[link url.ref.boost__urls__segments_encoded_ref.front `front`]() == "path" );
Constant.
Throws nothing.