BasicSTDIStreamWrapper()

BasicSTDIStreamWrapper::BasicSTDIStreamWrapper(std::basic_istream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor

Constructs a new instance of the BasicSTDIStreamWrapper.

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

Arguments

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

BasicSTDIStreamWrapper::BasicSTDIStreamWrapper(const BasicSTDIStreamWrapper&) constructor

Copy constructor. Deleted.

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

See Also