segments_view

Constructor

Synopsis

void segments_view();

Declared in file <boost/url/segments_view.hpp> at line 87

Description

Default-constructed segments have zero elements.

Example

segments_view ps;

Effects

return segments_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.