#include <Base.h>
|
template<class First , class Second > |
auto | operator() (const First &first, const Second &second) const -> decltype(first< second) |
|
Definition at line 86 of file Base.h.
template<class First , class Second >
auto folly::gen::Less::operator() |
( |
const First & |
first, |
|
|
const Second & |
second |
|
) |
| const -> decltype(first < second) |
|
inline |
The documentation for this class was generated from the following file:
- proxygen/folly/folly/gen/Base.h