👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/streambuf/basic_streambuf/gptr.md b/reference/streambuf/basic_streambuf/gptr.md new file mode 100644 index 000000000..394141c14 --- /dev/null +++ b/reference/streambuf/basic_streambuf/gptr.md @@ -0,0 +1,65 @@ +# gptr +* 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* gptr() con...