| 441 | |
| 442 | template <class VertexType> |
| 443 | bool get(vertex_removed_t, const HashGraph<VertexType>&, |
| 444 | typename HashGraph<VertexType>::vertex_descriptor) |
| 445 | { |
| 446 | return false; |
| 447 | } |
| 448 | |
| 449 | template <class VertexType> |
| 450 | void put(vertex_removed_t, HashGraph<VertexType>&, |
no test coverage detected