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