System::IO::BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper yapıcı

BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper(const BasicSTDIOStreamWrapper&) constructor

Kopya yapıcı. Silindi.

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

Ayrıca Bakınız

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

BasicSTDIOStreamWrapper sınıfının yeni bir örneğini oluşturur.

System::IO::BasicSTDIOStreamWrapper<T, typename>::BasicSTDIOStreamWrapper(std::basic_iostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary, STDIOStreamPositionPreference pref_pos=STDIOStreamPositionPreference::Zero)
ParametreTürAçıklama
strstd::basic_iostream<char_type, traits_type>&Akışa referans
modSTDIOStreamWrappingModeSarma modu
pref_posSTDIOStreamPositionPreferenceOkuma ve yazma konumu farklıysa, tercih edilecek konum

Ayrıca Bakınız