AssignRV()

BasicSystemIOStreamWrapper::AssignRV(BasicSystemIOStreamWrapper&&) method

Used in move constructor and move assignment operator to reset pointers and call swap().

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

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamWrapper&&Rvalue reference to object to be swap

See Also