boost::urls::authority_view::has_userinfo
Return true if a userinfo is present
Synopsis
Declared in <boost/url/authority_view.hpp>
bool
has_userinfo() const noexcept;
See Also
has_password, encoded_password, encoded_user, encoded_userinfo, password, user, userinfo.
Created with MrDocs