std::ostream_iterator<T,CharT,Traits>::~ostream_iterator
From cppreference.com
C++
Iterator library
| Iterator concepts | |||||||||||||||||||
|
|
| |||||||||||||||||
| Iterator primitives | |||||||||||||||||||
|
| ||||||||||||||||||
| Algorithm concepts and utilities | |||||||||||||||||||
| Indirect callable concepts | |||||||||||||||||||
|
| ||||||||||||||||||
| Common algorithm requirements | |||||||||||||||||||
|
|
| |||||||||||||||||
| Utilities | |||||||||||||||||||
|
|
| |||||||||||||||||
| Iterator adaptors | |||||||||||||||||||
|
| ||||||||||||||||||
| |||||||||||||||||||
|
|
~ostream_iterator()
|
||
Destructs the iterator. Does not affect the associated output stream.