Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JComparison::ne Struct Reference

Not equal. More...

#include <JComparison.hh>

Public Member Functions

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

Detailed Description

Not equal.

Parameters
firstfirst object
secondsecond object
Returns
true if first object not equal to second object; else false

Definition at line 41 of file JComparison.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 43 of file JComparison.hh.

44 {
45 return first != second;
46 }

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