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