scram::core::TripletHash
Functor for hashing triplets of ordered numbers.
#include <zbdd.h>
Public Functions
| Name | |
|---|---|
| std::size_t | operator()(const Triplet & triplet) const<br>Operator overload for hashing three ordered numbers. |
Public Functions Documentation
function operator()
cpp
inline std::size_t operator()(
const Triplet & triplet
) constOperator overload for hashing three ordered numbers.
Parameters:
- triplet Three numbers.
Return: Hash value of the triplet.
Updated on 2025-11-11 at 16:51:08 +0000
