![]() |
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( [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "file:///Program%20Files" ).[link url.ref.boost__urls__url_view.size `size`]() == 23 );
Constant.
Throws nothing.