Class Acts::AssertionFailureException::StreamFormatter

class StreamFormatter

Class which allows to use the << operator to assemble a string.

Public Functions

template<typename T>
inline StreamFormatter &operator<<(const T &value)

Stream operator which takes everything and forwards it to the stringstream.

Template Parameters

T – type of anything

Parameters

value – const ref to anything