Boost logo

Boost :

From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-09-06 10:02:44


Marco Costalba wrote:

> What I would need is an implementation of the following algorithm:
>
> foreach(f in Set)
> if ( "f(v1,v2,..,vk)" is compilable )
> return f;

function_traits, SFINAE, and verbose meta-programming.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk