Home | Libraries | People | FAQ | More |
Return the number of characters in the URL.
std::size_t size() const;
This function returns the number of characters in the URL's encoded string, not including any null terminator, if present.
assert( url_view( "file:///Program%20Files" ).size() == 23 );
Constant.
Throws nothing.