Dynalib Utils
Public Member Functions | List of all members
Catch::ReusableStringStream Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::ReusableStringStream:
Inheritance graph
[legend]
Collaboration diagram for Catch::ReusableStringStream:
Collaboration graph
[legend]

Public Member Functions

 ReusableStringStream ()
 
 ~ReusableStringStream ()
 
auto str () const -> std::string
 
template<typename T >
auto operator<< (T const &value) -> ReusableStringStream &
 
auto get () -> std::ostream &
 

Constructor & Destructor Documentation

◆ ReusableStringStream()

Catch::ReusableStringStream::ReusableStringStream ( )

◆ ~ReusableStringStream()

Catch::ReusableStringStream::~ReusableStringStream ( )

Member Function Documentation

◆ get()

auto Catch::ReusableStringStream::get ( ) -> std::ostream&
inline

◆ operator<<()

template<typename T >
auto Catch::ReusableStringStream::operator<< ( T const &  value) -> ReusableStringStream&
inline

◆ str()

auto Catch::ReusableStringStream::str ( ) const -> std::string

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