Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
std::hash< Aleph::Point > Struct Reference

Hash specialization for Aleph::Point. More...

#include <point.H>

Public Member Functions

std::size_t operator() (const Aleph::Point &p) const
 

Detailed Description

Hash specialization for Aleph::Point.

Enables the use of Aleph::Point in unordered containers like std::unordered_set.

Definition at line 3662 of file point.H.

Member Function Documentation

◆ operator()()

std::size_t std::hash< Aleph::Point >::operator() ( const Aleph::Point p) const
inline

The documentation for this struct was generated from the following file: