#include <catch.hpp>
Definition at line 1440 of file catch.hpp.
◆ ReusableStringStream()
Catch::ReusableStringStream::ReusableStringStream |
( |
| ) |
|
◆ ~ReusableStringStream()
Catch::ReusableStringStream::~ReusableStringStream |
( |
| ) |
|
◆ get()
auto Catch::ReusableStringStream::get |
( |
| ) |
-> std::ostream& |
|
inline |
◆ operator<<()
◆ str()
auto Catch::ReusableStringStream::str |
( |
| ) |
const -> std::string |
◆ m_index
std::size_t Catch::ReusableStringStream::m_index |
|
private |
◆ m_oss
std::ostream* Catch::ReusableStringStream::m_oss |
|
private |
The documentation for this class was generated from the following file: