proxygen
AtomicBatchDispatcherTesting::DevNullPiper Struct Reference

Public Member Functions

template<typename T >
DevNullPiperoperator<< (const T &)
 
DevNullPiperoperator<< (std::ostream &(*)(std::ostream &))
 

Detailed Description

Definition at line 1777 of file FibersTest.cpp.

Member Function Documentation

template<typename T >
DevNullPiper& AtomicBatchDispatcherTesting::DevNullPiper::operator<< ( const T )
inline

Definition at line 1779 of file FibersTest.cpp.

1779  {
1780  return *this;
1781  }
DevNullPiper& AtomicBatchDispatcherTesting::DevNullPiper::operator<< ( std::ostream &  *)(std::ostream &)
inline

Definition at line 1783 of file FibersTest.cpp.

References AtomicBatchDispatcherTesting::devNullPiper.

1783  {
1784  return *this;
1785  }

The documentation for this struct was generated from the following file: