Returns the target vertex of this edge. */
| 324 | |
| 325 | /** Returns the target vertex of this edge. */ |
| 326 | vertex_descriptor target() const { return m_target; } |
| 327 | |
| 328 | /** Return true if the target of this edge is v. */ |
| 329 | bool operator ==(const vertex_descriptor& v) const |
no outgoing calls
no test coverage detected