MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / str

Method str

extlibs/catch/include/catch/catch.hpp:11584–11584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11582
11583 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {}
11584 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); }
11585
11586 RedirectedStdErr::RedirectedStdErr()
11587 : m_cerr( Catch::cerr(), m_rss.get() ),

Callers 15

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
convertMethod · 0.45
XmlWriterClass · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected