absl::Cord::empty

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.