Struct lte#

Struct Documentation#

struct lte#

Function object for less-than-or-equal comparison returning 1 if a <= b, 0 otherwise.

Public Functions

template<typename T>
inline auto operator()(const T &a, const T &b) const -> int#