boost::function_equal: Compares two function objects for equality.
template<typename F, typename G> bool function_equal(const F& f, const G& g);
Returns: | f == g. |
Throws: | Only if f == g throws. |
Copyright © 2001-2004 Douglas Gregor |
|