ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, const std::set< T > &var) |
Helper operator for printing std::set variables easily. More... | |
template<typename T > | |
MsgStream & | operator<< (MsgStream &out, const std::set< T > &var) |
Helper operator for printing std::set variables easily. More... | |
MsgStream& operator<< | ( | MsgStream & | out, |
const std::set< T > & | var | ||
) |
Helper operator for printing std::set variables easily.
Definition at line 39 of file SetPrint.h.
std::ostream& operator<< | ( | std::ostream & | out, |
const std::set< T > & | var | ||
) |
Helper operator for printing std::set variables easily.
Definition at line 20 of file SetPrint.h.