다음을 통해 공유


basic_ostream::flush

버퍼를 플러시합니다.

basic_ostream<_Elem, _Tr>& flush( );

반환 값

Basic_ostream 개체에 대 한 참조입니다.

설명

경우 rdbuf 는 null 포인터가 함수 호출 rdbuf->pubsync.-1을 반환 하는 경우 함수 호출 setstate(badbit).반환 *이.

예제

// basic_ostream_flush.cpp
// compile with: /EHsc
#include <iostream>

int main( ) 
{
   using namespace std;
   cout << "test";
   cout.flush();
}
  

요구 사항

헤더: <ostream>

네임 스페이스: std

참고 항목

참조

basic_ostream Class

iostream 프로그래밍

iostreams 규칙