Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template function_equal

boost::function_equal — Compare two function objects for equality.

Synopsis

// In header: <boost/function_equal.hpp>


template<typename F, typename G>  ( f,  g);

Description

Returns:

f == g.

Throws:

Only if f == g throws.

PrevUpHomeNext