boost::urls::static_url::static_url
Constructor
Description
This function constructs a url from the string `s`, which must contain a valid URI or relative-ref or else an exception is thrown. The new url retains ownership by making a copy of the passed string.
static_url< 1024 > u( "https://www.example.com" );
return static_url( parse_uri_reference( s ).value() );
this->buffer().data() != s.data()
Parameters
| Name | Description |
|---|---|
s |
The string to parse&period; |
Created with MrDocs