\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - Handles and Circulators
ConstHandle Concept Reference

Definition

A constant handle. Refer to the Handle concept for more details.

Refines:
Descriptor
Has Models:
const T* (const pointers)
See also
Handle

Dereference

const value_type & operator* ()
 returns the object pointed to.
 
const value_type * operator-> ()
 returns a pointer to the object pointed to.