Stores an incoming edge for a bidirectional distributed adjacency list. More...
#include <adjacency_list.hpp>
Public Member Functions | |
stored_in_edge (processor_id_type sp, Edge e) | |
Public Attributes | |
processor_id_type | source_processor |
Edge | e |
Stores an incoming edge for a bidirectional distributed adjacency list.
The user does not see this type directly, because it is just an implementation detail.
|
inline |
Edge boost::detail::parallel::stored_in_edge< Edge >::e |
processor_id_type boost::detail::parallel::stored_in_edge< Edge >::source_processor |