swap()

BasicSystemIOStreamBuf::swap(BasicSystemIOStreamBuf&) method

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

void System::IO::BasicSystemIOStreamBuf<Elem, Traits>::swap(BasicSystemIOStreamBuf &right)

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamBuf&Rvalue reference to object to be swap

See Also