![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_base
)
Return the url as a null-terminated string.
char const* c_str() const;
This function returns a pointer to a null terminated string representing the url, which may contain percent escapes.
assert( std::strlen( [link url.ref.boost__urls__url_base.url `url`]( "http://www.example.com" ).[link url.ref.boost__urls__static_url_base.c_str `c_str`]() ) == 22 );
Constant.
Throws nothing.