Home
last modified time | relevance | path

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

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