|
6694 | 6694 | \pnum
|
6695 | 6695 | \effects
|
6696 | 6696 | If \tcode{os.rdbuf()} is a
|
6697 |
| -\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf}, |
| 6697 | +\tcode{basic_osyncbuf<charT, traits, Allocator>*}, |
| 6698 | +called \tcode{buf} for the purpose of exposition, |
6698 | 6699 | calls \tcode{buf->set_emit_on_sync(true)}.
|
6699 | 6700 | Otherwise this manipulator has no effect.
|
6700 | 6701 | \begin{note}
|
|
6719 | 6720 | \pnum
|
6720 | 6721 | \effects
|
6721 | 6722 | If \tcode{os.rdbuf()} is a
|
6722 |
| -\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf}, |
| 6723 | +\tcode{basic_osyncbuf<charT, traits, Allocator>*}, |
| 6724 | +called \tcode{buf} for the purpose of exposition, |
6723 | 6725 | calls \tcode{buf->set_emit_on_sync(false)}.
|
6724 | 6726 | Otherwise this manipulator has no effect.
|
6725 | 6727 |
|
|
6737 | 6739 | \begin{itemdescr}
|
6738 | 6740 | \pnum
|
6739 | 6741 | \effects
|
6740 |
| -\tcode{os.flush()}. |
| 6742 | +Calls \tcode{os.flush()}. |
6741 | 6743 | Then, if \tcode{os.rdbuf()} is a
|
6742 |
| -\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf}, |
| 6744 | +\tcode{basic_osyncbuf<charT, traits, Allocator>*}, |
| 6745 | +called \tcode{buf} for the purpose of exposition, |
6743 | 6746 | calls \tcode{buf->emit()}.
|
6744 | 6747 |
|
6745 | 6748 | \pnum
|
|
0 commit comments