The following function distinguishes between circulators and iterators. It is based on iterator traits [C++98, Mye95] and Circulator_traits.
#include <CGAL/circulator.h>
| ||
|
| |
if the iterator category of I belongs to an iterator. | ||
| ||
|
| |
if the iterator category of C belongs to a circulator. |
Circulator_tag, Circulator_traits, Assert_circulator, Circulator.