Contains a functor for converting handles to pointers. More...
#include "../defs.h"
#include <iterator>
#include <functional>
Go to the source code of this file.
Classes | |
struct | HandleToPointer< Handle, Pointer > |
A functor for converting handles to pointers. More... | |
Functions | |
template<typename Handle > | |
HandleToPointer< Handle > | handle_to_pointer () |
Return a HandleToPointer<Handle> . |
Contains a functor for converting handles to pointers.
The ads::HandleToPointer structure is a functor for converting handles to pointers.