Erases the payload corresponding to the type_url key.
Synopsis
Declared in <absl/status/status.h>
bool
ErasePayload(std::string_view type_url);
Return Value
true if the payload was present.
Parameters
Name |
Description |
type_url |
The unique key identifying the payload to erase. |
Created with MrDocs