mardi 2 février 2016

c++ custom container pass {} list

I am basically remaking the set container and I am wondering how I pass a brace-enclosed initializer list to the container.

mySet<int> myset = {"test", "test 2"};

I tried to overload the operator= to take a list as a parameter.

Aucun commentaire:

Enregistrer un commentaire