Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dutils.hpp130 struct CompareFirst struct
136 explicit CompareFirst(Compare&& c) : compare(std::forward<Compare>(c)) {} in CompareFirst() argument
151 bool operator()(const std::pair<L1, L2>& l, in operator ()()
169 bool operator()(const std::pair<L1, L2>& l, const R& r) const in operator ()()
186 bool operator()(const L& l, const std::pair<R1, R2>& r) const in operator ()()
192 Compare compare;