A functor for dereferencing a handle. More...
#include <Dereference.h>
| Public Member Functions | |
| Result | operator() (Handle x) const | 
| Return the object to which the handle xpoints. | |
A functor for dereferencing a handle.
| Handle | is the handle type. | |
| Result | is the return type of the dereferenced handle. It has the default value: std::iterator_traits<Handle>::reference. One could use thevalue_typeas well. | 
 1.6.3
 1.6.3