proxygen
folly::gen::Greater Class Reference

#include <Base.h>

Public Member Functions

template<class First , class Second >
auto operator() (const First &first, const Second &second) const -> decltype(first > second)
 

Detailed Description

Definition at line 95 of file Base.h.

Member Function Documentation

template<class First , class Second >
auto folly::gen::Greater::operator() ( const First &  first,
const Second &  second 
) const -> decltype(first > second)
inline

Definition at line 98 of file Base.h.

References folly::gen::first.

99  {
100  return first > second;
101  }
constexpr detail::First first
Definition: Base-inl.h:2553

The documentation for this class was generated from the following file: