proxygen
testing::internal::LinkedPtrLessThan< T > Struct Template Reference

#include <gmock-internal-utils.h>

Public Member Functions

bool operator() (const ::testing::internal::linked_ptr< T > &lhs, const ::testing::internal::linked_ptr< T > &rhs) const
 
bool operator() (const ::testing::internal::linked_ptr< T > &lhs, const ::testing::internal::linked_ptr< T > &rhs) const
 
bool operator() (const ::testing::internal::linked_ptr< T > &lhs, const ::testing::internal::linked_ptr< T > &rhs) const
 

Detailed Description

template<typename T>
struct testing::internal::LinkedPtrLessThan< T >

Definition at line 85 of file gmock-internal-utils.h.

Member Function Documentation

template<typename T >
bool testing::internal::LinkedPtrLessThan< T >::operator() ( const ::testing::internal::linked_ptr< T > &  lhs,
const ::testing::internal::linked_ptr< T > &  rhs 
) const
inline

Definition at line 86 of file gmock-internal-utils.h.

87  {
88  return lhs.get() < rhs.get();
89  }
template<typename T >
bool testing::internal::LinkedPtrLessThan< T >::operator() ( const ::testing::internal::linked_ptr< T > &  lhs,
const ::testing::internal::linked_ptr< T > &  rhs 
) const
inline

Definition at line 86 of file gmock-internal-utils.h.

87  {
88  return lhs.get() < rhs.get();
89  }
template<typename T >
bool testing::internal::LinkedPtrLessThan< T >::operator() ( const ::testing::internal::linked_ptr< T > &  lhs,
const ::testing::internal::linked_ptr< T > &  rhs 
) const
inline

Definition at line 86 of file gmock-internal-utils.h.

87  {
88  return lhs.get() < rhs.get();
89  }

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