CMS 3D CMS Logo

List of all members | Public Member Functions
NullOut Struct Reference

Public Member Functions

NullOutoperator<< (std::ostream &(*pf)(std::ostream &))
 
template<typename T >
NullOutoperator<< (const T &a)
 

Detailed Description

Definition at line 29 of file MatacqProducer.cc.

Member Function Documentation

◆ operator<<() [1/2]

NullOut& NullOut::operator<< ( std::ostream &(*)(std::ostream &)  pf)
inline

Definition at line 30 of file MatacqProducer.cc.

30 { return *this; }

◆ operator<<() [2/2]

template<typename T >
NullOut& NullOut::operator<< ( const T a)
inline

Definition at line 32 of file MatacqProducer.cc.

32  {
33  return *this;
34  }