scram::core::PairHash
Function for hashing a pair of ordered numbers.
#include <zbdd.h>
Public Functions
| Name | |
|---|---|
| std::size_t | operator()(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
) constOperator overload for hashing two ordered numbers.
Parameters:
- p The pair of numbers.
Return: Hash value of the pair.
Updated on 2025-11-11 at 16:51:08 +0000
