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