Searched defs:FormatGuard (Results 1 – 1 of 1) sorted by relevance
51 struct FormatGuard { struct52 FormatGuard(std::ostream & out) in FormatGuard() function56 ~FormatGuard() { in ~FormatGuard()61 std::ostream & out;62 std::ios saved;