Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dtupleref.hpp22 struct TupleOfRefsLess struct
24 static constexpr bool compare(const T& l, const U& r) in compare()
40 struct TupleOfRefsLess<size, size, T, U> struct
42 static constexpr bool compare(const T& /* l */, const U& /* r */) in compare()
50 struct TupleOfRefsLess struct
53 constexpr bool operator()(const TupleOfRefs<T...>& l, in operator ()()