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 the documentation for a snapshot of the master branch, built from commit 69109f5924.
PrevUpHomeNext
segments_encoded_view::segments_encoded_view (1 of 3 overloads)

Constructor.

Synopsis
segments_encoded_view();
Description

Default-constructed segments have zero elements.

Example
segments_encoded_view ps;
Effects
return segments_encoded_view( "" );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext