Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::MessageStream Struct Reference

#include <catch_message.h>

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

Public Member Functions

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

Public Attributes

ReusableStringStream m_stream
 

Detailed Description

Definition at line 2241 of file catch.hpp.

Member Function Documentation

◆ operator<<() [1/2]

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

Definition at line 42 of file catch_message.h.

42 {
43 m_stream << value;
44 return *this;
45 }
#define value
Definition pkcs11.h:157
ReusableStringStream m_stream

◆ operator<<() [2/2]

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

Definition at line 2244 of file catch.hpp.

2244 {
2245 m_stream << value;
2246 return *this;
2247 }

Member Data Documentation

◆ m_stream

ReusableStringStream Catch::MessageStream::m_stream

Definition at line 47 of file catch_message.h.


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