proxygen
std::greater< folly::propagate_const< Pointer > > Struct Template Reference

#include <PropagateConst.h>

Inheritance diagram for std::greater< folly::propagate_const< Pointer > >:

Public Member Functions

constexpr bool operator() (folly::propagate_const< Pointer > const &a, folly::propagate_const< Pointer > const &b)
 

Detailed Description

template<typename Pointer>
struct std::greater< folly::propagate_const< Pointer > >

Definition at line 398 of file PropagateConst.h.

Member Function Documentation

template<typename Pointer >
constexpr bool std::greater< folly::propagate_const< Pointer > >::operator() ( folly::propagate_const< Pointer > const &  a,
folly::propagate_const< Pointer > const &  b 
)
inline

Definition at line 401 of file PropagateConst.h.

References folly::get_underlying().

403  {
404  return greater<Pointer>::operator()(
406  }
constexpr Pointer & get_underlying(propagate_const< Pointer > &obj)

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