A Poly interface for types that are strictly orderable.

Synopsis

Declared in <folly/poly/Regular.h>

struct IStrictlyOrderable
    : PolyExtends<>

Base Classes

Name

Description

PolyExtends<>

Used in the definition of a Poly interface to say that the current interface is an extension of a set of zero or more interfaces.

Types

Name

Description

Interface

The interface mixin inherited by extending interfaces.

Type Aliases

Name

Description

Members

The set of member functions this interface requires.

Subsumptions

The list of interfaces this interface subsumes.

Static Member Functions

Name

Description

isLess_

Tests whether one value orders before another.

Created with MrDocs