Loading [MathJax]/extensions/TeX/AMSsymbols.js
CGAL 5.5 - Handles and Circulators
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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.