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::basic_osyncstream::operator=(3) C++ Standard Libary std::basic_osyncstream::operator=(3)

std::basic_osyncstream::operator= - std::basic_osyncstream::operator=


basic_osyncstream& operator=( std::basic_osyncstream&& other) noexcept;


Move-assigns a synchronized output stream:


Move-assigns the wrapped std::basic_syncbuf from the corresponding member of other
(after this move-assignment, other.get_wrapped() returns a null pointer and
destruction of other produces no output; any pending buffered output will be
emitted) and move-assigns the base std::basic_ostream (this swaps all stream state
variables except for rdbuf between *this and other)


other - another osyncstream to move from


This section is incomplete
Reason: no example


constructor constructs a basic_osyncstream
(public member function)
destructor destroys the basic_osyncstream and emits its internal buffer
(public member function)
calls emit on the underlying basic_syncbuf to transmit its internal
emit data to the final destination
(public member function)

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.