std::basic_streambuf<CharT,Traits>::pbase, std::basic_streambuf<CharT,Traits>::pptr, std::basic_streambuf<CharT,Traits>::epptr - cppreference.com
提供: cppreference.com
<tbody> </tbody>
|
|
(1) | |
|
|
(2) | |
|
|
(3) | |
put 領域を定義するポインタを返します。
1) put 領域の先頭 (「ベース」) へのポインタを返します。
2) put 領域の現在の文字へのポインタ (put ポインタ) を返します。
3) put 領域の終端へのポインタを返します。
引数
(なし)
戻り値
1) put 領域の先頭へのポインタ。
2) put 領域の現在の文字へのポインタ (put ポインタ)。
3) put 領域の終端へのポインタ。