👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/streambuf/basic_streambuf/pubsync.md b/reference/streambuf/basic_streambuf/pubsync.md new file mode 100644 index 000000000..5111ae00a --- /dev/null +++ b/reference/streambuf/basic_streambuf/pubsync.md @@ -0,0 +1,33 @@ +# pubsync +* 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 { + public: + int pubsync(...