custom_delims< Delims > Struct Template Reference
Detailed Descriptiontemplate<typename Delims>
|
custom_delims | ( | const Container & | c | ) | [inline] |
Definition at line 356 of file PrettyPrint.hh.
: base(new custom_delims_wrapper<Container, Delims>(c)) { }
std::unique_ptr<custom_delims_base> base |
Definition at line 358 of file PrettyPrint.hh.