v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
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

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.


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