Move constructor.
Synopsis
Declared in <absl/status/status_builder.h>
constexpr
StatusBuilder(StatusBuilder&& other) = default;
Parameters
Name |
Description |
other |
The source object. |
Created with MrDocs
Move constructor.
Declared in <absl/status/status_builder.h>
constexpr
StatusBuilder(StatusBuilder&& other) = default;
Name |
Description |
other |
The source object. |
Created with MrDocs