Horizon
Public Types | Public Member Functions | List of all members
ranges::ostream_iterator< T, Char, Traits > Struct Template Reference

Public Types

using difference_type = std::ptrdiff_t
 
using char_type = Char
 
using traits_type = Traits
 
using ostream_type = std::basic_ostream< Char, Traits >
 

Public Member Functions

 ostream_iterator (ostream_type &s, Char const *d=nullptr) noexcept
 
 template (typename U)(requires convertible_to< U
 
value_t< U > const &ostream_iteratoroperator= (U &&value)
 
ostream_iteratoroperator* ()
 
ostream_iteratoroperator++ ()
 
ostream_iteratoroperator++ (int)
 

The documentation for this struct was generated from the following file: