다음을 통해 공유


nounitbuf

Causes output to be buffered and processed on when the buffer is full.

ios_base& nounitbuf( 
   ios_base& _Str 
);

매개 변수

  • _Str
    A reference to an object of type ios_base, or to a type that inherits from ios_base.

반환 값

A reference to the object from which _Str is derived.

설명

unitbuf causes the buffer to be processed when it is not empty.

The manipulator effectively calls _Str.unsetf(ios_base::unitbuf), and then returns _Str.

요구 사항

Header: <ios>

네임스페이스: std

참고 항목

참조

iostream 프로그래밍

iostreams 규칙