proxygen
folly::constexpr_greater_equal< 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_equal< T >

Definition at line 57 of file ConstexprMath.h.

Member Function Documentation

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

Definition at line 58 of file ConstexprMath.h.

References b.

58  {
59  return a >= b;
60  }
char b
char a

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