All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::ReusableStringStream Class Reference
+ Inheritance diagram for Catch::ReusableStringStream:

Public Member Functions

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
 

Detailed Description

Definition at line 1440 of file catch.hpp.


The documentation for this class was generated from the following file: