👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/streambuf/basic_streambuf/pbackfail.md b/reference/streambuf/basic_streambuf/pbackfail.md new file mode 100644 index 000000000..989643fad --- /dev/null +++ b/reference/streambuf/basic_streambuf/pbackfail.md @@ -0,0 +1,72 @@ +# pbackfail +* 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: + v...