Searched defs:OwnedRefWrapper (Results 1 – 1 of 1) sorted by relevance
149 explicit OwnedRefWrapper(const T& t) : t_(t) {} in OwnedRefWrapper() function150 explicit OwnedRefWrapper(T&& t) : t_(std::move(t)) {} in OwnedRefWrapper() function