Determines whether the given Cord is empty, returning true if so.
Synopsis
Declared in <absl/strings/cord.h>
bool
empty() const;
Return Value
true if the Cord holds no data.
Created with MrDocs
Determines whether the given Cord is empty, returning true if so.
Declared in <absl/strings/cord.h>
bool
empty() const;
true if the Cord holds no data.
Created with MrDocs