Compare two wrapped pointers using std::less_equal.
Declared in <folly/lang/PropagateConst.h>
constexpr
bool
operator()(
folly::propagate_const<Pointer> const& a,
folly::propagate_const<Pointer> const& b);
true if a's pointer is not greater than b's pointer.
| Name | Description |
|---|---|
| a | The left-hand wrapper. |
| b | The right-hand wrapper. |