endl
Bir satırı sona erer ve arabelleği boşaltır.
template class<_Elem, _Tr>
basic_ostream<_Elem, _Tr>& endl(
basic_ostream<_Elem, _Tr>& _Ostr
);
Parametreler
_Elem
Öğe türü._Ostr
Bir nesne türü basic_ostream._Tr
Karakter nitelikler.
Dönüş Değeri
Bir nesne türü basic_ostream.
Notlar
Manipulator çağrıları _Ostr**.put(_Ostr.** widen('\n')), and then calls _Ostr**.**flush. Verdiği _Ostr.
Örnek
// ostream_endl.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << "testing" << endl;
}
Gereksinimler
Başlık: <ostream>
Namespace: std