Template Struct ModularLess

Struct Documentation

template<typename V>
struct ModularLess

This class wraps up the Modular::less_than

operation into a “binary

predicate” class type so it can be used in template metaprogramming.

Public Functions

inline bool operator()(const V &lhs, const V &rhs) const