Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::AnyNe Struct Reference

#include <gmock-matchers.h>

Public Member Functions

template<typename A , typename B >
bool operator() (const A &a, const B &b) const
 

Detailed Description

Definition at line 234 of file gmock-matchers.h.

Member Function Documentation

◆ operator()()

template<typename A , typename B >
bool testing::internal::AnyNe::operator() ( const A & a,
const B & b ) const
inline

Definition at line 236 of file gmock-matchers.h.

236{ return a != b; }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

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