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