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