Jpp  18.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JLANG::JComparison::ge Struct Reference

Greater equals. More...

#include <JComparison.hh>

Public Member Functions

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

Detailed Description

Greater equals.

Parameters
firstfirst object
secondsecond object
Returns
true if first object greater than or equal to second object; else false

Definition at line 105 of file JComparison.hh.

Member Function Documentation

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

Definition at line 107 of file JComparison.hh.

108  {
109  return first >= second;
110  }
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first

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