#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 . |
Object | is the object type. |