GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::ostreambuf_iterator::operator=(3) C++ Standard Libary std::ostreambuf_iterator::operator=(3)

std::ostreambuf_iterator::operator= - std::ostreambuf_iterator::operator=


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.


c - the character to insert


*this


This section is incomplete
Reason: no example


sputc writes one character to the put area and advances the next pointer
(public member function of std::basic_streambuf<CharT,Traits>)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.