iterators are multipass

This commit is contained in:
Sébastien Loriot 2020-12-22 16:55:25 +01:00
parent 9d185e46ba
commit d1e1846f5e
1 changed files with 2 additions and 2 deletions

View File

@ -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)`