proxygen
folly::gen::Less 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 86 of file Base.h.

Member Function Documentation

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

Definition at line 89 of file Base.h.

References folly::gen::first.

90  {
91  return first < second;
92  }
constexpr detail::First first
Definition: Base-inl.h:2553

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