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