binding a member variable?

5 Aug
2004
5 Aug
'04
8:56 a.m.
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
7601
Age (days ago)
7601
Last active (days ago)
1 comments
1 participants
participants (1)
-
Russell Hind