proxygen
folly::constexpr_less< 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_less< T >

Definition at line 39 of file ConstexprMath.h.

Member Function Documentation

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

Definition at line 40 of file ConstexprMath.h.

References b.

40  {
41  return a < b;
42  }
char b
char a

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