다음을 통해 공유


basic_ios::init

Called by basic_ios constructors.

void init(
    basic_streambuf<Elem,Traits> *_Sb,
    bool _Isstd = false
);

매개 변수

  • _Sb
    Standard buffer to store input or output elements.

  • _Isstd
    Specifies whether this is a standard stream.

설명

The member function stores values in all member objects, so that:

요구 사항

Header: <ios>

네임스페이스: std

참고 항목

참조

basic_ios 클래스

iostream 프로그래밍

iostreams 규칙