Template Struct hash< slam_mer::array3Int_t >
Defined in File array.hpp
Struct Documentation
-
template<>
struct hash<slam_mer::array3Int_t> Hash function for array3Int_t.
Public Functions
-
inline std::size_t operator()(const slam_mer::array3Int_t &a_) const noexcept
Computes a stable hash for a 3D integer array key.
- Parameters:
a_ – Integer triplet used as the hash key.
- Returns:
Hash value suitable for unordered associative containers.
-
inline std::size_t operator()(const slam_mer::array3Int_t &a_) const noexcept