다음을 통해 공유


basic_ostream::basic_ostream

basic_ostream 개체를 생성합니다.

explicit basic_ostream(
    basic_streambuf<_Elem, _Tr> *_Strbuf,
    bool _Isstd = false
);
basic_ostream(
    basic_ostream&& _Right
);

매개 변수

  • _Strbuf
    개체 형식의 basic_streambuf.

  • _Isstd
    true표준 스트림 이면. 그렇지 않으면 false.

  • _Right
    형식의 개체를 참조에 rvalue basic_ostream.

설명

첫 번째 생성자를 호출 하 여 기본 클래스를 초기화 초기화(_Strbuf).두 번째 생성자를 호출 하 여 기본 클래스를 초기화 basic_ios::move(_Right).

예제

예제를 보려면 basic_ofstream::basic_ofstream 출력 스트림에 대 한 자세한 내용을 보려면.

요구 사항

헤더: <ostream>

네임 스페이스: std

참고 항목

참조

basic_ostream Class

iostream 프로그래밍

iostreams 규칙