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

#include <PropagateConst.h>

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

Definition at line 410 of file PropagateConst.h.

Member Function Documentation

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

Definition at line 414 of file PropagateConst.h.

References folly::get_underlying().

416  {
417  return less_equal<Pointer>::operator()(
419  }
constexpr Pointer & get_underlying(propagate_const< Pointer > &obj)

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