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 x points. |
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 the value_type as well. |