Move constructor.

Synopsis

Declared in <absl/status/status_builder.h>

ExtraMessage(ExtraMessage&& other) noexcept;

Parameters

Name

Description

other

The ExtraMessage to move from.

Created with MrDocs