libcsdbg  1.28
C++ exception (and generic) stack trace debug library
std::ostream& operator<< ( std::ostream &  lval,
const string rval 
)
friend

Stream insertion operator for csdbg::string objects.

Parameters
[in]lvalthe output stream
[in]rvalthe object to output
Returns
its first argument

Definition at line 114 of file string.cpp.

115 {
116  return lval << rval.m_data;
117 }