less_equal Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 5983 of file pugixml.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 5985 of file pugixml.cpp.

5986 {
5987 return lhs <= rhs;
5988 }

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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001