Constructor
Synopses
Declared in <boost/url/segments_view.hpp>
Constructor
constexpr
segments_view() = default;
Constructor
constexpr
segments_view(segments_view const& other) = default;
Constructor
segments_view(core::string_view s);
Exceptions
Name |
Thrown on |
|
|
Parameters
Name |
Description |
other |
The other view. |
s |
The string to parse. |
Created with MrDocs