System::IO::BasicSystemIOStreamBuf::swap method

BasicSystemIOStreamBuf::swap method

Call to swap *this and right, if they are not equal.

void System::IO::BasicSystemIOStreamBuf<Elem, Traits>::swap(BasicSystemIOStreamBuf &right)
ParameterTypeDescription
rightBasicSystemIOStreamBuf&Rvalue reference to object to be swap

See Also