Go to the source code of this file.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | lhs, |
|
|
const MdtCsmContainer & | rhs ) |
Definition at line 103 of file MdtCsmContainer.cxx.
103 {
104 lhs <<
"MdtCsmContainer has " << rhs.
digit_size() <<
" digits:" << endl;
107 SELECTOR::const_iterator
it =
sel.begin();
108 SELECTOR::const_iterator it_end =
sel.end();
109
111 for ( ;
it!=it_end;++
it)
112 {
113 if ( first ) {
115 } else {
116 lhs << endl;
117 }
119 }
120 return lhs;
121}
SelectAllObjectMT< DCC, OBJECT > SelectAllObject
size_type digit_size() const