boost::urls::authority_view::userinfo
Return the userinfo
Synopsis
Declared in header <boost/url/authority_view.hpp>
template<class StringToken = string_token::return_string>
StringToken::result_type
userinfo(StringToken&& token) const;
Description
See Also
has_password , has_userinfo , encoded_password , encoded_user , encoded_userinfo , password , user .