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

#include <PropagateConst.h>

Inheritance diagram for std::greater_equal< 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_equal< folly::propagate_const< Pointer > >

Definition at line 423 of file PropagateConst.h.

Member Function Documentation

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

Definition at line 427 of file PropagateConst.h.

References folly::get_underlying().

429  {
430  return greater_equal<Pointer>::operator()(
432  }
constexpr Pointer & get_underlying(propagate_const< Pointer > &obj)

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