Assignment

Synopsis

authority_view&
operator=(authority_view const& other) noexcept;

Description

This function assigns the contents of other to this object.

Exception Safety

Throws nothing.

Return Value

A reference to this object

Parameters

Name

Description

other

The object to assign

Created with MrDocs