|
| template<typename S , typename T > |
| S & | dueca::dcoprint (S &s, const T &obj, const dco_print_single &) |
| | Default, print a standard object using standard iostream.
|
| |
| template<typename S , typename T > |
| S & | dueca::dcoprint (S &s, const T &obj, const dco_print_iterable &) |
| | Print a list or sequence of someting.
|
| |
| template<typename S , typename T > |
| S & | dueca::dcoprint (S &s, const T &obj, const dco_print_pair &) |
| | Print a pair.
|
| |
| template<typename S , typename T > |
| S & | dueca::dcoprint (S &s, const T &obj, const dco_print_optional &) |
| | Print optionally filled value.
|
| |
Print templates for printing dco member variables.