Class ReusableStringStream

Inheritance Relationships

Base Type

Class Documentation

class ReusableStringStream : private Catch::Detail::NonCopyable

Public Functions

ReusableStringStream()
~ReusableStringStream()
std::string str() const

Returns the serialized state.

void str(std::string const &str)

Sets internal state to str

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