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... | |
Print textual representation of an object.
Definition in file print.h.
1.8.6