hash#

class numpy::hash#

numpy C++ class.

Example#

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

// Use hash
hash obj;
// ... operations ...

Operators#

Signature

Return Type

Location

Example

size_t operator()(const numpy::object\_ &obj)

size_t

NP_OBJECT_HOLDER.H:827

std::size_t operator()(const str\_<N>&s)

std::size_t

NP_STRING_TYPES.H:185

std::size_t operator()(const numpy::str\_<N>&s)

std::size_t

NP_STRING_TYPES.H:507