boost::urls::grammar::string_view_base::operator=

Assignment

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>
constexpr
string_view_base&
operator=(string_view_base const& other) = default;


Return Value

A reference to this object

Parameters

Name Description
other The object to assign

Created with MrDocs