$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using Boost::Bind
From: Igor R (boost.lists_at_[hidden])
Date: 2011-06-28 18:38:48
> But what if I want to use a primitive variable, or a pointer to one of
> my classes? Do I need to make a placeholder for each type of parameter
> I want to use?
No, you can use bind placeholders _1, _2, _3 etc.