MCPcopy Create free account
hub / github.com/Profactor/cv-plot / str

Method str

CvPlot/ext/catch2/inc/catch.hpp:11928–11928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11926
11927 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {}
11928 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); }
11929
11930 RedirectedStdErr::RedirectedStdErr()
11931 : m_cerr( Catch::cerr(), m_rss.get() ),

Callers 15

convertMethod · 0.80
rangeToStringFunction · 0.80
convertMethod · 0.80
convertMethod · 0.80
convertMethod · 0.80
symbolMethod · 0.80
convertMethod · 0.80
convertMethod · 0.80
convertMethod · 0.80
convertMethod · 0.80
XmlWriterClass · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected