access to initialisation list

Can someone say, how I get access to the optional arguments of an initialisation list?

For example:
My_Container<string> mc = { "apple", "orange", "cherry" };

How must I write the constructor for such class?

Thanks for help :-)
Thank you, coder!
Topic archived. No new replies allowed.