Subject: Re: [Boost-users] [Fusion] The real, real basics!
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-09-07 10:00:13


On 07/09/10 15:44, Robert Jones wrote:
> Ok, I know this is going to be laughably simple, but I think I'm making
> a right hash of it...
>
> For the cerebrally challenged, how do you write the specification of a
> function
> which takes any fusion vector, but only a fusion vector, as a parameter?
>

Use enable_if with fusion::traits::category_of is your best try I guess