Electroneum
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 85 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 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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h