System::IO::BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper 생성자

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor

이동 생성자.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
매개변수형식설명
rightBasicSystemIOStreamWrapper&&Object 이동될

또 보기

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor

복사 생성자. 삭제됨.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete

또 보기

BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor

새 인스턴스를 BasicSystemIOStreamWrapper으로 생성합니다.

System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
매개변수형식설명
strSharedPtr<Stream>스트림에 대한 포인터
modeSystemIOStreamWrappingMode래핑 모드

또 보기