A Poly interface for types that are strictly orderable.
Synopsis
Declared in <folly/poly/Regular.h>
struct IStrictlyOrderable
: PolyExtends<>
Base Classes
Name |
Description |
Used in the definition of a |
Types
Name |
Description |
The interface mixin inherited by extending interfaces. |
Type Aliases
Name |
Description |
The set of member functions this interface requires. |
|
The list of interfaces this interface subsumes. |
Static Member Functions
Name |
Description |
Tests whether one value orders before another. |
Created with MrDocs