BasicSTDOStreamWrapper()

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

Constructs a new instance of the BasicSTDOStreamWrapper.

System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)

Arguments

ParameterTypeDescription
strstd::basic_ostream<char_type, traits_type>&The reference to the stream
modeSTDIOStreamWrappingModeWrapping mode

BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor

Copy constructor. Deleted.

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

See Also