swap()

BasicSystemIOStreamWrapper::swap(BasicSystemIOStreamWrapper&) method

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

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

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamWrapper&Rvalue reference to object to be swap

See Also