Skip to content

scram::core::PairHash

Function for hashing a pair of ordered numbers.

#include <zbdd.h>

Public Functions

Name
std::size_toperator()(const std::pair< int, int > & p) const<br>Operator overload for hashing two ordered numbers.

Public Functions Documentation

function operator()

cpp
inline std::size_t operator()(
    const std::pair< int, int > & p
) const

Operator overload for hashing two ordered numbers.

Parameters:

  • p The pair of numbers.

Return: Hash value of the pair.


Updated on 2025-12-19 at 21:56:46 +0000