Home
last modified time | relevance | path

Searched defs:DerefLess (Results 1 – 1 of 1) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A Da2functional.h125 template <typename T> struct DerefLess { struct
126 bool operator()(const T& lhs, const T& rhs) const { return *lhs < *rhs; } in operator()