[boost-users] Boost.Parameter: ArgumentPack - is type contained
Hi,
I'm trying to test an ArgumentPack for containment of a certain
parameter. Since an ArgumentPack is a valid MPL Sequence, I think
boost::mpl::contains should do the trick, but I fail to specify the
correct type. Consider the following
BOOST_PARAMETER_NAME(color);
template<class Opts>
void function_with_opts(const Opts &opts)
{
boost::mpl::contains
At Tue, 29 Mar 2011 21:22:04 +0200, Christoph Heindl wrote:
Hi,
I'm trying to test an ArgumentPack for containment of a certain parameter. Since an ArgumentPack is a valid MPL Sequence, I think boost::mpl::contains should do the trick, but I fail to specify the correct type. Consider the following
BOOST_PARAMETER_NAME(color);
template<class Opts> void function_with_opts(const Opts &opts) { boost::mpl::contains
)); }
try
!boost::is_void<
typename parameter::binding
::value
HTH -- Dave Abrahams BoostPro Computing http://www.boostpro.com
participants (2)
-
Christoph Heindl
-
Dave Abrahams