Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::MessageStream Struct Reference

#include <catch.hpp>

+ Inheritance diagram for Catch::MessageStream:
+ Collaboration diagram for Catch::MessageStream:

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.

References m_stream.

Member Data Documentation

◆ m_stream

ReusableStringStream Catch::MessageStream::m_stream

Definition at line 2624 of file catch.hpp.

Referenced by Catch::MessageBuilder::operator<<(), and operator<<().


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