TeeStreambuf#

class numpy::TeeStreambuf#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use TeeStreambuf
TeeStreambuf obj;
// ... operations ...

Other Methods#

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