Boost logo

Boost Users :

From: Russell Hind (rhind_at_[hidden])
Date: 2004-08-05 03:56:31


Is it possible to have a member variable in a bind expression or do I
need to have an accessor method for the variable?

E.g. I have the following structure and I want to use min_elemnt to find
the point with the lowest m_Z value in a vector.

class Point_c
{
public:
     double m_X;
     double m_Y;
     double m_Z;
}

Thanks

Russell


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net