Boost logo

Boost Users :

From: Arno Schoedl (aschoedl_at_[hidden])
Date: 2007-06-01 10:56:29


Bind has operator! overloaded to allow convenient notting of bound
functions. Is there a specific reason not to overload all other operators in
a similar way, for example for defining an AND of two predicates f and g as
boost::bind( f, _1 ) && boost::bind( g, _1 )?

Arno


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