proxygen
folly::constexpr_greater< T > Struct Template Reference

#include <ConstexprMath.h>

Public Member Functions

constexpr bool operator() (T const &a, T const &b) const
 

Detailed Description

template<typename T>
struct folly::constexpr_greater< T >

Definition at line 51 of file ConstexprMath.h.

Member Function Documentation

template<typename T >
constexpr bool folly::constexpr_greater< T >::operator() ( T const &  a,
T const &  b 
) const
inline

Definition at line 52 of file ConstexprMath.h.

References b.

52  {
53  return a > b;
54  }
char b
char a

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