Searched refs:OstreamWrapper (Results 1 – 1 of 1) sorted by relevance
367 struct OstreamWrapper { struct in __anon0521a9c40110::Dump368 explicit OstreamWrapper(std::ostream& wrapped) : mWrapped(&wrapped) {} in OstreamWrapper() function369 OstreamWrapper(OstreamWrapper&& other) : mWrapped(std::exchange(other.mWrapped, nullptr)) {} in OstreamWrapper() argument370 ~OstreamWrapper() { in ~OstreamWrapper() argument377 OstreamWrapper& operator<<(const T& t) & { in operator <<() argument382 OstreamWrapper&& operator<<(const T& t) && { in operator <<() argument397 OstreamWrapper out() const { in out()400 return OstreamWrapper(std::cout); in out()403 OstreamWrapper err() const { in err()406 return OstreamWrapper(std::cerr); in err()