swap()

BasicSystemIStreamWrapper::swap(BasicSystemIStreamWrapper&) method

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

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

Arguments

ParameterTypeDescription
rightBasicSystemIStreamWrapper&Rvalue reference to object to be swap

See Also