folly::IOBufLess

Less predicate for IOBuf objects. Compares data in the entire chain.

Synopsis

Declared in <folly/io/IOBuf.h>

struct IOBufLess
    : compare_less<IOBufCompare>

Base Classes

NameDescription
compare_less<IOBufCompare>Comparison predicate that is true when the underlying comparator C reports the left operand as less than the right operand.

Using Declarations

Name
compare_less