System::IO::BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper konstruktor

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor

Flyttkonstruktor.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
ParameterTypeBeskrivning
rightBasicSystemIOStreamWrapper&&Object att flyttas

Se även

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor

Kopieringskonstruktor. Borttagen.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete

Se även

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor

Skapar en ny instans av BasicSystemIOStreamWrapper.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
ParameterTypeBeskrivning
strSharedPtr<Stream>Pekaren till strömmen
modeSystemIOStreamWrappingModeInslagningsläge

Se även