Public Member Functions | List of all members
not_equal_to Struct Reference

Public Member Functions

template<typename T >
bool operator() (const T &lhs, const T &rhs) const
 

Detailed Description

Definition at line 5967 of file pugixml.cpp.

Member Function Documentation

◆ operator()()

template<typename T >
bool not_equal_to::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Definition at line 5969 of file pugixml.cpp.

5970 {
5971 return lhs != rhs;
5972 }

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

Generated on Mon Mar 4 2024 21:10:02 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001