PrintOptionsContext =================== .. cpp:class:: numpy::PrintOptionsContext numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use PrintOptionsContext PrintOptionsContext obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - 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 --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - 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 -