boost::urls::segments_encoded_base
Percent‐encoded path segment helper base
Types
Name |
Description |
A Bidirectional iterator to a path segment |
|
A Bidirectional iterator to a path segment |
|
The reference type |
|
A signed integer type used to represent differences. |
|
The reference type |
|
An unsigned integer type used to represent size. |
|
The value type |
Member Functions
Name |
Description |
Return the last segment |
|
Return an iterator to the beginning |
|
Return the referenced character buffer. |
|
Return true if there are no segments |
|
Return an iterator to the end |
|
Return the first segment |
|
Returns true if this references an absolute path. |
|
Return the number of segments |
Friends
| Name | Description |
|---|---|
Non‐owning encoded path segment view |
|
Mutable encoded path segment proxy |
|
Common functionality for containers |
Derived Classes
| Name | Description |
|---|---|
Mutable encoded path segment proxy |
|
Non‐owning encoded path segment view |
Description
Implements the shared encoded‐segment algorithms reused by segments_encoded_view and segments_encoded_ref. It is not intended to be instantiated directly; use one of those concrete containers instead.
Containers
-
segments_ref -
segments_view -
segments_encoded_ref -
segments_encoded_view
Created with MrDocs