![]() |
#include <CGAL/function_objects.h>
| Dereference<Value>::argument_type | |
|
typedef to Value*.
| |
| Dereference<Value>::result_type | |
|
typedef to Value.
| |
| Dereference<Value> o; | |
|
default constructor.
| |
| result_type& | o.operator() ( argument_type& x) const | |
| returns *x. | ||
| const result_type& | o.operator() ( const argument_type& x) const | |
| returns *x. | ||