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