ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Class which allows to use the << operator to assemble a string. More...
#include <acts/blob/master/Core/include/Acts/Utilities/ThrowAssert.hpp>
Public Member Functions | |
operator std::string () const | |
Converts to string. | |
template<typename T > | |
StreamFormatter & | operator<< (const T &value) |
Stream operator which takes everything and forwards it to the stringstream. | |
Private Attributes | |
std::ostringstream | stream |
Class which allows to use the << operator to assemble a string.
Definition at line 21 of file ThrowAssert.hpp.
View newest version in sPHENIX GitHub at line 21 of file ThrowAssert.hpp
|
inline |
Converts to string.
Definition at line 27 of file ThrowAssert.hpp.
View newest version in sPHENIX GitHub at line 27 of file ThrowAssert.hpp
References stream.
|
inline |
Stream operator which takes everything and forwards it to the stringstream.
T | type of anything |
value | const ref to anything |
Definition at line 34 of file ThrowAssert.hpp.
View newest version in sPHENIX GitHub at line 34 of file ThrowAssert.hpp
References stream.
|
private |
Definition at line 23 of file ThrowAssert.hpp.
View newest version in sPHENIX GitHub at line 23 of file ThrowAssert.hpp
Referenced by operator std::string(), and operator<<().