Searched defs:OstreamWrapper (Results 1 – 1 of 1) sorted by relevance
417 struct OstreamWrapper { struct in __anon5e30740e0111::Dump418 explicit OstreamWrapper(std::ostream& wrapped) : mWrapped(&wrapped) {} in OstreamWrapper() function419 OstreamWrapper(OstreamWrapper&& other) noexcept in OstreamWrapper() argument422 ~OstreamWrapper() { in ~OstreamWrapper()429 OstreamWrapper& operator<<(const T& t) & { in operator <<()434 OstreamWrapper&& operator<<(const T& t) && { in operator <<()440 std::ostream* mWrapped;