Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Public Member Functions
dsac::graph::Graph< V, E >::VertexHash Struct Reference

Hash functor that allows use of Vertex as an unordered set/map key. More...

#include <graph.h>

Collaboration diagram for dsac::graph::Graph< V, E >::VertexHash:
Collaboration graph

Public Member Functions

size_t operator() (Vertex v) const
 

Detailed Description

template<typename V, typename E>
struct dsac::graph::Graph< V, E >::VertexHash

Hash functor that allows use of Vertex as an unordered set/map key.

Member Function Documentation

◆ operator()()

template<typename V , typename E >
size_t dsac::graph::Graph< V, E >::VertexHash::operator() ( Vertex  v) const
inline
Here is the call graph for this function:

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