MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / str

Method str

extern/Catch2/catch.hpp:12081–12081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12079
12080 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {}
12081 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); }
12082
12083 RedirectedStdErr::RedirectedStdErr()
12084 : m_cerr( Catch::cerr(), m_rss.get() ),

Callers 15

factorizeMethod · 0.45
IO.hFile · 0.45
ParseArgumentFunction · 0.45
convertMethod · 0.45
rangeToStringFunction · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
symbolMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected