Searched refs:PointerProxy (Results 1 – 1 of 1) sorted by relevance
116 class PointerProxy {122 PointerProxy(RefT &&R) : R(std::forward<RefT>(R)) {} in PointerProxy() function205 PointerProxy operator->() const {