在线文档教程
C++
输入/输出 | Input/output

std::basic_streambuf::pptr

性病:基本[医]Streambuf::pbase,std::basic[医]Streambuf::pptr,std::basic[医]Streambuf::epptr

char_type* pbase() const;(1)
char_type* pptr() const;(2)
char_type* epptr() const;(3)

返回定义PUT区域的指针。

1%29返回指向PUT区域的起始%28“基本”%29的指针。

2%29返回指向当前字符%28的指针放置指针%29在投放区。

3%29返回指针在PUT区域结束后的1。

参数

%280%29

返回值

1%29指针指向投手区域的开始。

2%29指向当前字符%28的指针放置指针%29在投放区。

3%,29,指针超过了投手区域的末端。

另见

ebackgptregptrreturns a pointer to the beginning, current character and the end of the get area (protected member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/io/basic[医]Streambuf/pptr