👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/streambuf/basic_streambuf/pptr.md b/reference/streambuf/basic_streambuf/pptr.md new file mode 100644 index 000000000..88c2f384f --- /dev/null +++ b/reference/streambuf/basic_streambuf/pptr.md @@ -0,0 +1,67 @@ +# pptr +* streambuf[meta header] +* std[meta namespace] +* basic_streambuf[meta class] +* function[meta id-type] + +```cpp +namespace std { + template<class CharT, class Traits = char_traits<CharT>> + class basic_streambuf { + protected: + char_type* pptr() con...