Contains a functor for dereferencing handles to objects. More...
#include "../defs.h"
#include <iterator>
#include <functional>
Go to the source code of this file.
Classes | |
struct | Dereference< Handle, Result > |
A functor for dereferencing a handle. More... | |
Functions | |
template<typename Handle > | |
Dereference< Handle > | dereference () |
Return a Dereference<Handle> . |
Contains a functor for dereferencing handles to objects.
The ads::Dereference structure is a functor for dereferencing a handle.