System::IO::BasicSTDOStreamWrapper::BasicSTDOStreamWrapper 构造函数

BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor

拷贝构造函数。已删除。

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

另见

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

构造一个新的 BasicSTDOStreamWrapper 实例。

System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
参数类型描述
strstd::basic_ostream<char_type, traits_type>&对流的引用
modeSTDIOStreamWrappingMode包装模式

另见