hash ==== .. cpp:class:: numpy::hash numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use hash hash obj; // ... operations ... Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - 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\_&s)`` - std::size_t - NP_STRING_TYPES.H:185 - * - ``std::size_t operator()(const numpy::str\_&s)`` - std::size_t - NP_STRING_TYPES.H:507 -