CGAL 6.1 - Handles and Circulators
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
ConstHandle Class Reference

#include <Concepts/ConstHandle.h>

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.
 

Member Function Documentation

◆ operator*()

const value_type & ConstHandle::operator* ( )

returns the object pointed to.

◆ operator->()

const value_type * ConstHandle::operator-> ( )

returns a pointer to the object pointed to.