MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReusableStringStream

Method ReusableStringStream

Source/ThirdParty/catch2/catch.hpp:13770–13773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13768 };
13769
13770 ReusableStringStream::ReusableStringStream()
13771 : m_index( Singleton<StringStreams>::getMutable().add() ),
13772 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() )
13773 {}
13774
13775 ReusableStringStream::~ReusableStringStream() {
13776 static_cast<std::ostringstream*>( m_oss )->str("");

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected