Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JLANG::JComparison::lt Struct Reference

Less than. More...

#include <JComparison.hh>

Public Member Functions

template<class T >
bool operator() (const T &first, const T &second) const
 

Detailed Description

Less than.

Parameters
firstfirst object
secondsecond object
Returns
true if first object less than second object; else false

Definition at line 57 of file JComparison.hh.

Member Function Documentation

template<class T >
bool JLANG::JComparison::lt::operator() ( const T &  first,
const T &  second 
) const
inline

Definition at line 59 of file JComparison.hh.

60  {
61  return first < second;
62  }

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