Boost.URL Logo

PrevUpHomeNext
pct_encoded_view::size

Return the number of decoded characters.

Synopsis
size_type
size() const;
Description

This function returns the number of characters that would be produced if percent-decoding was applied to the character buffer.

Complexity

Constant,

Exception Safety

Throws nothing.


PrevUpHomeNext