Address< Object > Struct Template Reference
[Functor: Address]

A functor for taking the address of an object. More...

#include <Address.h>

List of all members.

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.

Detailed Description

template<typename Object>
struct Address< Object >

A functor for taking the address of an object.

Parameters:
Object is the object type.

The documentation for this struct was generated from the following file:
Generated on Thu Jun 30 02:14:51 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3