less_equal functor More...
#include <functors.hpp>
Public Member Functions | |
| template<class T1 , class T2 > | |
| auto | operator() (const T1 &x, const T2 &y) const -> decltype(x<=y) |
| operator() More... | |
less_equal functor
Definition at line 536 of file functors.hpp.
|
inline |
operator()
| T1 | |
| T2 |
| x | |
| y |
Definition at line 548 of file functors.hpp.
1.8.5