Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Common functionality for containers.
Defined in header <boost/url/segments_base.hpp>
class segments_base
|
Name |
Description |
|---|---|
|
A Bidirectional iterator to a path segment. |
|
|
The reference type. |
|
|
A signed integer type used to represent differences. |
|
|
A Bidirectional iterator to a path segment. |
|
|
The reference type. |
|
|
An unsigned integer type used to represent size. |
|
|
The value type. |
|
Name |
Description |
|---|---|
|
Return the maximum number of characters possible. |
|
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. |
This base class is used by the library to provide common member functions for containers. This cannot be instantiated directly; Instead, use one of the containers or functions:
Convenience header <boost/url.hpp>