Hashing functor taking a Ptr and returning a std::size_t.
More...
#include "ptr.h"
Public Member Functions | |
| std::size_t | operator() (ns3::Ptr< T > p) const |
| The functor. | |
Hashing functor taking a Ptr and returning a std::size_t.
For use with unordered_map and unordered_set.
| T | [deduced] The type held by the Ptr |
|
inline |
The functor.
| p | The Ptr value to hash. |
Definition at line 793 of file ptr.h.
References ns3::PeekPointer().