A functor for taking the address of an object. More...
#include <Address.h>
Public Types | |
typedef std::unary_function < Object, Object * > ::result_type | result_type |
The result type is a pointer to the object type. | |
Public Member Functions | |
result_type | operator() (Object &x) const |
Return the address of x . |
A functor for taking the address of an object.
Object | is the object type. |