PrintOptionsContext#

class numpy::PrintOptionsContext#

numpy C++ class.

Example#

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

// Use PrintOptionsContext
PrintOptionsContext obj;
// ... operations ...

Constructors#

Signature

Location

Example

PrintOptionsContext(const PrintOptions &opts)

NP_PRINT_CONFIG.H:88

PrintOptionsContext(const PrintOptionsContext &)

NP_PRINT_CONFIG.H:100

noexcept PrintOptionsContext(PrintOptionsContext &&other)

NP_PRINT_CONFIG.H:104

Operators#

Signature

Return Type

Location

Example

PrintOptionsContext & operator=(const PrintOptionsContext &)

PrintOptionsContext &

NP_PRINT_CONFIG.H:101

PrintOptionsContext & noexcept operator=(PrintOptionsContext &&other)

PrintOptionsContext & noexcept

NP_PRINT_CONFIG.H:108