Public Member Functions | List of all members
less Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 5975 of file pugixml.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 5977 of file pugixml.cpp.

5978  {
5979  return lhs < rhs;
5980  }

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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001