Searched defs:XRef (Results 1 – 1 of 1) sorted by relevance
62 struct XRef struct64 explicit XRef(T* ptr) : ptr(ptr) {} in XRef() argument71 XRef<X const> operator&() const { return XRef<X const>(this); } in operator &() argument