[#absl-operator_ge-05] = xref:absl.adoc[absl]::operator>= :relfileprefix: ../ :mrdocs: Tests whether a Cord is ordered at or after string data. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>=( xref:absl/Cord.adoc[Cord] const& x, std::string_view y); ---- == Return Value `true` if `x` is not less than `y`. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The left‐hand Cord. | *y* | The right‐hand string data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#