Commit 64a813b5 by Xiaofei Wang Committed by Copybara-Service

Internal Change.

PiperOrigin-RevId: 532564187
parent 1caf1890
......@@ -12,6 +12,7 @@ namespace google {
// encapsulate references, e.g. `NoThrowStatus<absl::Status&>`.
template <typename StatusType>
struct NoThrowStatus {
NoThrowStatus() = default;
NoThrowStatus(StatusType status_in)
: status(std::forward<StatusType>(status_in)) {}
StatusType status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment