Urdl C++ Library

PrevUpHomeNext
url::from_string (4 of 4 overloads)

Converts a string representation of a URL into an object of class url.

static url from_string(
    const std::string & s,
    boost::system::error_code & ec);

Parameters

s

URL string to be parsed into its components.

ec

Error code set to indicate the reason for failure, if any.

Return Value

A url object corresponding to the specified string.


PrevUpHomeNext