#include <catch.hpp>
Public Member Functions | |
auto | get () -> std::ostream & |
template<typename T > | |
auto | operator<< (T const &value) -> ReusableStringStream & |
ReusableStringStream () | |
auto | str () const -> std::string |
~ReusableStringStream () | |
Private Attributes | |
std::size_t | m_index |
std::ostream * | m_oss |
Catch::ReusableStringStream::ReusableStringStream | ( | ) |
Catch::ReusableStringStream::~ReusableStringStream | ( | ) |
|
inline |
|
inline |
auto Catch::ReusableStringStream::str | ( | ) | const -> std::string |