AssignRV()

BasicSystemIOStreamBuf::AssignRV(BasicSystemIOStreamBuf&&) method

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

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

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamBuf&&Rvalue reference to object to be swap

See Also