Merge pull request #2673 from sloriot/BGL-add_invariant

Re-add an invariant in the concept doc
This commit is contained in:
Laurent Rineau 2017-12-19 16:17:38 +01:00
commit 34ab40c76d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ A model of `HalfedgeGraph` must have the interior property `vertex_point` attach
class HalfedgeGraph {};
/*! \relates HalfedgeGraph
returns the edge corresponding to halfedges `h` and `opposite(h,g)`.
returns the edge corresponding to halfedges `h` and `opposite(h,g)`, with the following invariant `halfedge(edge(h,g),g)==h`.
*/
template <typename HalfedgeGraph>
boost::graph_traits<HalfedgeGraph>::edge_descriptor