$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-01-22 08:09:34
Edward Diener wrote:
> Peter Dimov wrote:
>> ... I am not entirely sure that I understand the question.
>
> The idea is this. I use boost::bind to assign a member function to
> boost::function. Later I want to check boost::function to see if my
> particular member function is the one it encapsulates as the
> callback.
Can you please illustrate this with code?