|  | 
| using | iterator_category = std::output_iterator_tag | 
| using | value_type = void | 
| using | difference_type = std::ptrdiff_t | 
| using | pointer = void | 
| using | reference = void | 
| using | char_type = charT | 
| using | traits_type = traits | 
| using | ostream_type = std::basic_ostream<charT, traits> | 
|  | 
|  | ostream_joiner (ostream_type &s, const DelimT &d) | 
|  | ostream_joiner (ostream_type &s, DelimT &&d) | 
| template<typename T> | 
| ostream_joiner< DelimT, charT, traits > & | operator= (const T &item) | 
| ostream_joiner< DelimT, charT, traits > & | operator* () | 
| ostream_joiner< DelimT, charT, traits > & | operator++ () | 
| ostream_joiner< DelimT, charT, traits > & | operator++ (int) | 
The documentation for this class was generated from the following file: