![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
| ReusableStringStream () | |
| ~ReusableStringStream () | |
| auto | str () const -> std::string |
| template<typename T> | |
| auto | operator<< (T const &value) -> ReusableStringStream & |
| auto | get () -> std::ostream & |
| Catch::ReusableStringStream::ReusableStringStream | ( | ) |
| Catch::ReusableStringStream::~ReusableStringStream | ( | ) |
|
inline |
|
inline |
| auto Catch::ReusableStringStream::str | ( | ) | const -> std::string |
Referenced by Catch::StringMaker< T, typename >::convert(), Catch::Detail::rangeToString(), and Catch::rangeToString().