CacheKeyHash#

class numpy::CacheKeyHash#

numpy C++ class.

Example#

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

// Use CacheKeyHash
CacheKeyHash obj;
// ... operations ...

Operators#

Signature

Return Type

Location

Example

size_t operator()(const std::tuple<Args...>&args)

size_t

NP_VECTORIZE_TRAITS.H:259

Other Methods#

Signature

Return Type

Location

Example

void hashCombine(size_t &seed, const T &val)

void

NP_VECTORIZE_TRAITS.H:271

size_t hashTuple(const std::tuple<Args...>&t, std::index_sequence<Is...>)

size_t

NP_VECTORIZE_TRAITS.H:264