|
CGAL 5.1 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Dereference dereferences a pointer (operator*).
Public Types | |
| typedef Value * | argument_type |
| typedef Value | result_type |
Creation | |
| Dereference () | |
| default constructor. More... | |
Operations | |
| result_type & | operator() (argument_type &x) const |
returns *x. More... | |
| const result_type & | operator() (const argument_type &x) const |
returns *x. More... | |
| typedef Value* CGAL::Dereference< Value >::argument_type |
| typedef Value CGAL::Dereference< Value >::result_type |
| CGAL::Dereference< Value >::Dereference | ( | ) |
default constructor.
| result_type& CGAL::Dereference< Value >::operator() | ( | argument_type & | x | ) | const |
returns *x.
| const result_type& CGAL::Dereference< Value >::operator() | ( | const argument_type & | x | ) | const |
returns *x.