MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / ~LogStreambuf

Method ~LogStreambuf

test/BaseTest.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 ~LogStreambuf()noexcept override
59 {
60 try
61 {
62 m_stream.rdbuf( m_old );
63 }
64 catch ( ... )
65 {
66 // What to do here ?
67 }
68 }
69
70 int_type overflow( int_type c = traits_type::eof() )override
71 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected