Construct version 5.4.4
An agent based modeling framework
graph_utils::sparse_graph_iterator< link_type > Struct Template Reference

An iterator parent for sparse iterators that stores the value that the iterators must skip over when incrementing. More...

Inheritance diagram for graph_utils::sparse_graph_iterator< link_type >:

Public Member Functions

 sparse_graph_iterator (const link_type &skip_data)
 

Public Attributes

const link_type _skip
 

Detailed Description

template<typename link_type>
struct graph_utils::sparse_graph_iterator< link_type >

An iterator parent for sparse iterators that stores the value that the iterators must skip over when incrementing.

Member Data Documentation

◆ _skip

template<typename link_type >
const link_type graph_utils::sparse_graph_iterator< link_type >::_skip

summary>