Searched defs:unrelated (Results 1 – 4 of 4) sorted by relevance
46 template<> struct unrelated<> { struct48 …perator()(T1 &&t, T2 &&u) const noexcept(noexcept(t < u)) // expected-note {{substitution failure}} in operator ()()
116 Set<T> unrelated; in foo() local
23 type :: unrelated type
131 @property (readwrite, getter=customGet, setter=customSet:) id unrelated; property