Home | History | Annotate | Download | only in iostream2

Lines Matching refs:endl

17     cout << x << endl << y << endl << z << endl;
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;