API
Catch::MessageStream Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::MessageStream:
Inheritance graph
Collaboration diagram for Catch::MessageStream:
Collaboration graph

Public Member Functions

template<typename T >
MessageStreamoperator<< (T const &value)
 

Public Attributes

ReusableStringStream m_stream
 

Detailed Description

Definition at line 2616 of file catch.hpp.

Member Function Documentation

◆ operator<<()

template<typename T >
MessageStream& Catch::MessageStream::operator<< ( T const &  value)
inline

Definition at line 2619 of file catch.hpp.

Member Data Documentation

◆ m_stream

ReusableStringStream Catch::MessageStream::m_stream

Definition at line 2624 of file catch.hpp.


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