has_ndarray_arg#

class numpy::has_ndarray_arg#

numpy C++ class.

Example#

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

// Use has_ndarray_arg
has_ndarray_arg obj;
// ... operations ...

Other Methods#

Signature

Return Type

Location

Example

bool check_impl(std::index_sequence<Is...>)

bool

NP_VECTORIZE_TRAITS.H:178