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

Method str

unittests/catch.hpp:8533–8533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8531 public:
8532 RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {}
8533 auto str() const -> std::string { return m_rss.str(); }
8534 };
8535
8536 // StdErr has two constituent streams in C++, std::cerr and std::clog

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected