Class ReusableStringStream
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
private Catch::Detail::NonCopyable
(Class NonCopyable)
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&
-
ReusableStringStream()