[#std-greater_equal-0f-operator_call] = xref:std.adoc[std]::xref:std/greater_equal-0f.adoc[greater_equal<folly::propagate_const<Pointer>>]::operator() :relfileprefix: ../../ :mrdocs: Compare two wrapped pointers using `std::greater_equal`. == Synopsis Declared in `<folly/lang/PropagateConst.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator()( xref:folly/propagate_const.adoc[folly::propagate_const<Pointer>] const& a, xref:folly/propagate_const.adoc[folly::propagate_const<Pointer>] const& b); ---- == Return Value `true` if `a`'s pointer is not less than `b`'s pointer. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand wrapper. | *b* | The right‐hand wrapper. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#