mirror of https://github.com/CGAL/cgal
iterators are multipass
This commit is contained in:
parent
9d185e46ba
commit
d1e1846f5e
|
|
@ -196,8 +196,8 @@ public:
|
|||
corresponding input polyhedral surface.
|
||||
@param indices_end past the end iterator on the pairs of subdomain indices
|
||||
|
||||
@tparam InputPolyhedraIterator model of `InputIterator`, holding `Polyhedron`'s
|
||||
@tparam InputPairOfSubdomainIndicesIterator model of `InputIterator`, holding
|
||||
@tparam InputPolyhedraIterator model of `ForwardIterator`, holding `Polyhedron`'s
|
||||
@tparam InputPairOfSubdomainIndicesIterator model of `ForwardIterator`, holding
|
||||
`std::pair<Subdomain_index, Subdomain_index>`
|
||||
|
||||
@pre `std::distance(begin, end) == std::distance(indices_begin, indices_end)`
|
||||
|
|
|
|||
Loading…
Reference in New Issue