TeeStreambuf ============ .. cpp:class:: numpy::TeeStreambuf numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use TeeStreambuf TeeStreambuf obj; // ... operations ... Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``virtual int overflow(int c) override`` - virtual int - np_test_logger.h:33 - * - ``virtual int sync() override`` - virtual int - np_test_logger.h:50 -