![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_view_base
)
Return the authority.
pct_string_view encoded_authority() const;
If present, this function returns a string representing the authority (which may be empty). Otherwise it returns an empty string. The returned string may contain percent escapes.
assert( [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "file://Network%20Drive/My%2DFiles" ).[link url.ref.boost__urls__static_url_base.encoded_authority `encoded_authority`]() == "Network%20Drive" );
Constant.
Throws nothing.
[link url.ref.boost__urls__static_url_base.authority `authority`] = [ [link url.ref.boost__urls__static_url_base.userinfo `userinfo`] "@" ] [link url.ref.boost__urls__static_url_base.host `host`] [ ":" [link url.ref.boost__urls__static_url_base.port `port`] ]