true if lhs is lexicographically greater than or equal to.
Synopsis
Declared in <fmt/base.h>
bool
operator>=(
basic_string_view lhs,
basic_string_view rhs);
Return Value
true if lhs is lexicographically greater than or equal to rhs.
Parameters
Name |
Description |
lhs |
The left‐hand string view. |
rhs |
The right‐hand string view. |
Created with MrDocs