Comparison predicate that is true when the underlying comparator C reports the left operand as greater than or equal to the right operand.

Synopsis

Declared in <folly/lang/Ordering.h>

template<typename C>
struct compare_greater_equal
    : /* implementation-defined */

Base Classes

Name

Description

/* implementation-defined */

Member Functions

Name

operator()

Using Declarations

Derived Classes

Name

Description

IOBufGreaterEqual

At‐least predicate for IOBuf objects. Compares data in the entire chain.

Created with MrDocs