Public Member Functions
less_equal Struct Reference

List of all members.

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

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

Definition at line 5985 of file pugixml.cpp.

                {
                        return lhs <= rhs;
                }

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

Generated on Mon Sep 15 2014 01:23:55 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001