Remove all out edges from this vertex. */
| 266 | |
| 267 | /** Remove all out edges from this vertex. */ |
| 268 | void clear_out_edges() |
| 269 | { |
| 270 | m_edges.clear(); |
| 271 | } |
| 272 | |
| 273 | /** Return the properties of the edge with target v. */ |
| 274 | edge_property_type& operator[](vertex_descriptor v) |