$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using boost to eliminate an ugly facade function
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-08-29 15:01:31
On Wed, Aug 29, 2012 at 11:58 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> You should be able to use a nested bind:
> boost::bind(&CProcessor::f, &Processor,
> boost::bind(&CPerson::GetAge, _1))
Brilliant!
Thank you,
Chris