Horizon
|
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_iterator & | operator= (U &&value) |
ostream_iterator & | operator* () |
ostream_iterator & | operator++ () |
ostream_iterator & | operator++ (int) |