Simen kjaeraas:

> In attempting to create a function to initialize any array of structs in a  
> simple manner,
> ...
> auto s = initArray!( S )( 1, "a", 2, "b", 3, "c" );

That syntax is not useful, if you have few more structs or fields you are lost 
in the soup of commas and items..

Bye,
bearophile

Reply via email to