다음을 통해 공유


basic_iostream::basic_iostream

basic_iostream 개체를 만듭니다.

explicit basic_iostream(basic_streambuf<Elem, Tr> *_Strbuf);
basic_iostream(basic_iostream&& _Right);
basic_iostream();

매개 변수

  • _Strbuf
    기존 basic_streambuf 개체입니다.

  • _Right
    An existing basic_iostream object that is used to construct a new basic_iostream.

설명

The first constructor initializes the base objects by way of basic_istream(_Strbuf) and basic_ostream(_Strbuf).

The second constructor initializes the base objects by calling move(_Right).

요구 사항

Header: <istream>

네임스페이스: std

참고 항목

참조

basic_iostream 클래스

<istream>

Lvalue 및 Rvalue

기타 리소스

basic_iostream 멤버

<istream> 멤버