File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ <H3>Associated Types</H3>
8787graph can be visited. The choices are < TT > incidence_graph_tag</ TT > ,
8888< TT > adjacency_graph_tag</ TT > , < TT > bidirectional_graph_tag</ TT > ,
8989< TT > vertex_list_graph_tag</ TT > , < TT > edge_list_graph_tag</ TT > , and
90- < TT > adjacency_matrix_tag</ TT > .
90+ < TT > adjacency_matrix_tag</ TT > . You can also create your own
91+ tag which should inherit from one or more of the above.
9192</ td >
9293</ tr >
9394
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ <H2>Members</H2>
200200The traversal category tags are:
201201< tt > incidence_graph_tag, adjacency_graph_tag,
202202bidirectional_graph_tag, vertex_list_graph_tag,
203- edge_list_graph_tag, vertex_and_edge_list_graph_tag,
203+ edge_list_graph_tag,
204204adjacency_matrix_tag</ tt > . You can also create your own
205- tag which should inherit from one of the above.
205+ tag which should inherit from one or more of the above.
206206</ td >
207207</ tr >
208208
You can’t perform that action at this time.
0 commit comments