Searched defs:edge_list_storage (Results 1 – 1 of 1) sorted by relevance
121 struct edge_list_storage< no_embedding, Edge > struct123 typedef void type;125 void push_back(Edge) {} in push_back()126 void push_front(Edge) {} in push_front()127 void reverse() {} in reverse()128 void concat_front(edge_list_storage< no_embedding, Edge >) {} in concat_front()129 void concat_back(edge_list_storage< no_embedding, Edge >) {} in concat_back()130 template < typename OutputIterator > void get_list(OutputIterator) in get_list()136 struct edge_list_storage< recursive_lazy_list, Edge > struct138 typedef lazy_list_node< Edge > node_type;[all …]