vtf-logo

Functor: Address


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>.

Function Documentation

template<typename Object>
Address<Object> ads::address (  )  [inline]

Return an Address<Object>.

This is a convenience function for constructing an Address<Object>. Instead of writing

  ads::Address<int> add;
  y = add( x );
one can write
  y = ads::address<int>()( x );


Generated on Fri Aug 24 12:55:37 2007 for Algorithms and Data Structures Package by  doxygen 1.4.7