Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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
 

Detailed Description

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

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

Member Function Documentation

◆ operator()()

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 97 of file gmock-internal-utils.h.

98 {
99 return lhs.get() < rhs.get();
100 }

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