System::IO::BasicSTDOStreamWrapper::BasicSTDOStreamWrapper yapıcı

BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor

Kopya yapıcı. Silinmiş.

System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper &)=delete

Ayrıca Bakınız

BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor

Yeni bir BasicSTDOStreamWrapper örneği oluşturur.

System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
ParameterTypeAçıklama
strstd::basic_ostream<char_type, traits_type>&Akışa referans
modSTDIOStreamWrappingModeSarmalama modu

Ayrıca Bakınız