Work function to convert a sequence of edges to a local adjacency list representation. More...
Public Member Functions | |
edges_to_adjacency_list (bool reverse_edges) | |
template<typename E > | |
result_type | operator() (E &&edges) const |
Public Types | |
using | result_type = std::map< std::size_t, std::vector< std::size_t > > |
Public Attributes | |
bool | m_reverse_edges |
Work function to convert a sequence of edges to a local adjacency list representation.