ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::AssertionFailureException::StreamFormatter Class Reference

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

#include <Acts/Utilities/ThrowAssert.hpp>

Public Member Functions

template<typename T>
StreamFormatteroperator<< (const T &value)
 Stream operator which takes everything and forwards it to the stringstream.

Detailed Description

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

Member Function Documentation

◆ operator<<()

template<typename T>
StreamFormatter & Acts::AssertionFailureException::StreamFormatter::operator<< ( const T & value)

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

Template Parameters
Ttype of anything
Parameters
valueconst ref to anything
Returns
Reference to this StreamFormatter