System::IO::BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper constructor

BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper(const BasicSTDIOStreamWrapper&) constructor

Copy‑constructor. Verwijderd.

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

Zie ook

BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) constructor

Construeert een nieuw exemplaar van de BasicSTDIOStreamWrapper.

System::IO::BasicSTDIOStreamWrapper<T, typename>::BasicSTDIOStreamWrapper(std::basic_iostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary, STDIOStreamPositionPreference pref_pos=STDIOStreamPositionPreference::Zero)
ParameterTypeBeschrijving
strstd::basic_iostream<char_type, traits_type>&De referentie naar de stream
modeSTDIOStreamWrappingModeWrap-modus
pref_posSTDIOStreamPositionPreferencePositie die als lees- en schrijfpositie wordt geprefereerd, als deze verschillend zijn.

Zie ook