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

#include <PropagateConst.h>

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

Definition at line 361 of file PropagateConst.h.

Member Function Documentation

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

Definition at line 364 of file PropagateConst.h.

References folly::get_underlying().

366  {
367  return equal_to<Pointer>::operator()(
369  }
constexpr Pointer & get_underlying(propagate_const< Pointer > &obj)

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