proxygen
Ordering.h File Reference

Go to the source code of this file.

Classes

struct  folly::detail::cmp_pred< C, o, ne >
 
struct  folly::compare_equal_to< C >
 
struct  folly::compare_not_equal_to< C >
 
struct  folly::compare_less< C >
 
struct  folly::compare_less_equal< C >
 
struct  folly::compare_greater< C >
 
struct  folly::compare_greater_equal< C >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::detail
 

Enumerations

enum  folly::ordering : int { folly::ordering::lt = -1, folly::ordering::eq = 0, folly::ordering::gt = 1 }
 

Functions

template<typename T >
constexpr ordering folly::to_ordering (T c)