nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
nxpp::detail::traversal_edges_view< GraphWrapper, Order >::iterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = traversal_edges_view::value_type
 
using difference_type = std::ptrdiff_t
 
using reference = const value_type &
 

Public Member Functions

 iterator (const GraphWrapper &graph, const NodeID &start)
 
reference operator* () const
 
const value_type * operator-> () const
 
iteratoroperator++ ()
 
void operator++ (int)
 

Friends

bool operator== (const iterator &it, std::default_sentinel_t)
 
bool operator== (std::default_sentinel_t sentinel, const iterator &it)
 

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