j
k
j a
j l
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;
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.
Back to the thread
Back to the list