Searched defs:value_less (Results 1 – 2 of 2) sorted by relevance
26 struct value_less struct28 bool operator()(const ValueType &a, const ValueType &b) const in operator ()()
138 struct value_less { struct144 using ValueSet = std::set<PValue, value_less>; argument