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