Move constructor.
Synopsis
Declared in <absl/status/statusor.h>
BadStatusOrAccess(BadStatusOrAccess&& other);
Parameters
Name |
Description |
other |
The exception object to move from. |
Created with MrDocs
Move constructor.
Declared in <absl/status/statusor.h>
BadStatusOrAccess(BadStatusOrAccess&& other);
Name |
Description |
other |
The exception object to move from. |
Created with MrDocs