boost::urls::string_token::arg::operator=

Assignment operators

Synopses

Declared in <boost/url/grammar/string_token.hpp>

Deleted copy assignment

arg&
operator=(arg const& other) = delete;
» more...

Deleted move assignment

arg&
operator=(arg&& other) = delete;
» more...

Created with MrDocs