MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ~ReusableStringStream

Method ~ReusableStringStream

tests/catch.hpp:15961–15966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15959}
15960
15961ReusableStringStream::~ReusableStringStream()
15962{
15963 static_cast<std::ostringstream *>(m_oss)->str("");
15964 m_oss->clear();
15965 Singleton<StringStreams>::getMutable().release(m_index);
15966}
15967
15968auto ReusableStringStream::str() const -> std::string
15969{

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
releaseMethod · 0.80

Tested by

no test coverage detected