ExcludedParams ============== .. cpp:class:: numpy::ExcludedParams numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use ExcludedParams ExcludedParams obj; // ... operations ... Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool isExcluded()`` - bool - NP_VECTORIZE_TRAITS.H:245 -