|
ACTS
Experiment-independent tracking
|
Class which allows to use the << operator to assemble a string. More...
#include <Acts/Utilities/ThrowAssert.hpp>
Public Member Functions | |
| template<typename T> | |
| StreamFormatter & | operator<< (const T &value) |
| Stream operator which takes everything and forwards it to the stringstream. | |
Class which allows to use the << operator to assemble a string.
| StreamFormatter & Acts::AssertionFailureException::StreamFormatter::operator<< | ( | const T & | value | ) |
Stream operator which takes everything and forwards it to the stringstream.
| T | type of anything |
| value | const ref to anything |