System::IO::BasicSTDIStreamWrapper::BasicSTDIStreamWrapper constructor

BasicSTDIStreamWrapper::BasicSTDIStreamWrapper(const BasicSTDIStreamWrapper&) constructor

Copy‑constructor. Verwijderd.

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

Zie ook

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

Maakt een nieuw exemplaar van de BasicSTDIStreamWrapper.

System::IO::BasicSTDIStreamWrapper<T, typename>::BasicSTDIStreamWrapper(std::basic_istream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
ParameterTypeBeschrijving
strstd::basic_istream<char_type, traits_type>&De referentie naar de stream
modeSTDIOStreamWrappingModeWrap-modus

Zie ook