System::IO::BasicSystemOStreamWrapper::BasicSystemOStreamWrapper konstruktor

BasicSystemOStreamWrapper::BasicSystemOStreamWrapper(BasicSystemOStreamWrapper&&) constructor

Flyttkonstruktor.

System::IO::BasicSystemOStreamWrapper<Elem, Traits>::BasicSystemOStreamWrapper(BasicSystemOStreamWrapper &&right) noexcept
ParameterTypBeskrivning
rightBasicSystemOStreamWrapper&&Object att flyttas

Se även

BasicSystemOStreamWrapper::BasicSystemOStreamWrapper(const BasicSystemOStreamWrapper&) constructor

Kopieringskonstruktor. Borttagen.

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

Se även

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

Skapar en ny instans av BasicSystemOStreamWrapper.

System::IO::BasicSystemOStreamWrapper<Elem, Traits>::BasicSystemOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
ParameterTypBeskrivning
strSharedPtr<Stream>Pekaren till strömmen
lägeSystemIOStreamWrappingModeOmslutningsläge

Se även