#include "../defs.h"
#include <functional>
Go to the source code of this file.
Namespaces | |
| namespace | ads |
Classes | |
| struct | ads::Address< Object > |
| A functor for taking the address of an object. More... | |
Functions | |
| template<typename Object> | |
| Address< Object > | ads::address () |
Return an Address<Object>. | |
The ads::Address structure is a functor for dereferencing a handle.
1.4.7