Assignment
Synopsis
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