Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
print.h File Reference

Print textual representation of an object. More...

Go to the source code of this file.

Functions

template<typename Printable >
void cusp::print (const Printable &p)
 print a textual representation of an object More...
 
template<typename Printable , typename Stream >
void cusp::print (const Printable &p, Stream &s)
 Print a textual representation of an object on a given stream. More...
 

Detailed Description

Print textual representation of an object.

Definition in file print.h.