FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
std Namespace Reference

Functions

template<class Ch , class Tr >
basic_ostream< Ch, Tr > & operator<< (basic_ostream< Ch, Tr > &s, const FIFE::pprint &p)
 Print a pprint object to an ostream. More...
 

Function Documentation

◆ operator<<()

template<class Ch , class Tr >
basic_ostream<Ch,Tr>& std::operator<< ( basic_ostream< Ch, Tr > &  s,
const FIFE::pprint p 
)

Print a pprint object to an ostream.

This is pure Stroustrup, overloading the ostream operator<< to print a formatted pointer from a pprint object to an ostream.

Parameters
soutput stream
ppointer to print
Returns
reference to the modified stream

Definition at line 264 of file logger.h.