Belle II Software  release-08-01-10
Less Struct Reference

Binary functor for less comparision of abitrary objects - equivalent to std::less<> (c++14) More...

#include <Functional.h>

Public Member Functions

 operator FunctorTag ()
 Marker function for the isFunctor test.
 
template<class T1 , class T2 >
auto operator() (const T1 &t1, const T2 &t2) const -> decltype(t1< t2)
 Operator for less comparision of an abitrary object.
 

Detailed Description

Binary functor for less comparision of abitrary objects - equivalent to std::less<> (c++14)

Definition at line 461 of file Functional.h.


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