Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
hash_graph< V, L > Class Template Reference

Public Types

using vertex_type = V
using label_type = L

Public Member Functions

void add_vertex (V vertex)
void add_edge (V from, V to, L label)
void add_edge (V from, V to)
std::vector< V > get_target_vertices (const V &from) const
std::size_t count_vertices ()
auto get_vertices ()
auto get_vertices () const

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