StructuredValueHash =================== .. cpp:class:: numpy::StructuredValueHash numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use StructuredValueHash StructuredValueHash obj; // ... operations ... Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``std::size_t operator()(const StructuredValue &value)`` - std::size_t - NP_RECFUNCTIONS.H:479 -