Copy assignment operator

Synopsis

Declared in <beman/cstring_view/cstring_view.hpp>

constexpr
basic_cstring_view&
operator=(basic_cstring_view const& other) noexcept = default;

Return Value

Reference to the current object

Parameters

Name

Description

other

The object to copy assign from