Return the number of decoded characters
Declared in <boost/url/decode_view.hpp>
<boost/url/decode_view.hpp>
size_type size() const noexcept;
assert( decode_view( "Program%20Files" ).size() == 13 );
return std::distance( this->begin(), this->end() );
Constant.
Throws nothing.
The number of decoded characters