Inviwo  0.9.10.1
Inviwo documentation
inviwo::util::ostream_joiner< DelimT, charT, traits > Class Template Reference

Public Types

using iterator_category = std::output_iterator_tag
 
using value_type = void
 
using difference_type = void
 
using pointer = void
 
using reference = void
 
using char_type = charT
 
using traits_type = traits
 
using ostream_type = std::basic_ostream< charT, traits >
 

Public Member Functions

 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: