CacheKeyHash ============ .. cpp:class:: numpy::CacheKeyHash numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use CacheKeyHash CacheKeyHash obj; // ... operations ... Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``size_t operator()(const std::tuple&args)`` - size_t - NP_VECTORIZE_TRAITS.H:259 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - 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&t, std::index_sequence)`` - size_t - NP_VECTORIZE_TRAITS.H:264 -