CGAL 6.1 - Handles and Circulators
|
#include <Concepts/ConstHandle.h>
A constant handle. Refer to the Handle
concept for more details.
Descriptor
const T* (const pointers)
Handle
Dereference | |
const value_type & | operator* () |
returns the object pointed to. | |
const value_type * | operator-> () |
returns a pointer to the object pointed to. | |
const value_type & ConstHandle::operator* | ( | ) |
returns the object pointed to.
const value_type * ConstHandle::operator-> | ( | ) |
returns a pointer to the object pointed to.