| spdlog
    | 
#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 & | 
| 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 | 
| 
 | private | 
| 
 | private |