std::ostreambuf_iterator<CharT,Traits>::operator= (3) - Linux Manuals
std::ostreambuf_iterator<CharT,Traits>::operator=: std::ostreambuf_iterator<CharT,Traits>::operator=
Command to display std::ostreambuf_iterator<CharT,Traits>::operator=
manual in Linux: $ man 3 std::ostreambuf_iterator<CharT,Traits>::operator=
NAME
std::ostreambuf_iterator<CharT,Traits>::operator= - std::ostreambuf_iterator<CharT,Traits>::operator=
Synopsis
ostreambuf_iterator& operator=( CharT c );
If failed() returns false, inserts the character c into the associated stream buffer by calling pbuf->sputc(c), where pbuf is the private member of type streambuf_type*. Otherwise, does nothing.
If the call to pbuf->sputc(c) returns Traits::eof, sets the failed() flag to true.
Parameters
c - the character to insert
Return value
*this
Example
This section is incomplete
Reason: no example
See also
writes one character to the put area and advances the next pointer
sputc (public member function of std::basic_streambuf<CharT,Traits>)
Pages related to std::ostreambuf_iterator<CharT,Traits>::operator=
- std::ostreambuf_iterator<CharT,Traits>::operator++ (3) - std::ostreambuf_iterator<CharT,Traits>::operator++
- std::ostreambuf_iterator<CharT,Traits>::ostreambuf_iterator (3) - std::ostreambuf_iterator<CharT,Traits>::ostreambuf_iterator
- std::ostreambuf_iterator<CharT,Traits>::failed (3) - std::ostreambuf_iterator<CharT,Traits>::failed
- std::ostreambuf_iterator (3) - std::ostreambuf_iterator
- std::ostream (3) - std::basic_ostream
- std::ostream_iterator (3) - std::ostream_iterator
- std::ostream_iterator<T,CharT,Traits>::operator++ (3) - std::ostream_iterator<T,CharT,Traits>::operator++
- std::ostream_iterator<T,CharT,Traits>::operator= (3) - std::ostream_iterator<T,CharT,Traits>::operator=
- std::ostream_iterator<T,CharT,Traits>::ostream_iterator (3) - std::ostream_iterator<T,CharT,Traits>::ostream_iterator
- std::ostream_iterator<T,CharT,Traits>::~ostream_iterator (3) - std::ostream_iterator<T,CharT,Traits>::~ostream_iterator
- std::ostringstream (3) - std::basic_ostringstream
- std::ostringstream::operator= (3) - std::basic_ostringstream::operator=
- std::ostringstream::rdbuf (3) - std::basic_ostringstream::rdbuf