Hi guys
I am new here.
Recently I began to work with c++, and I found a line in the code,that I don't know what it means.
Please give me an explanation about it.
Here it is:
std::material<s td::string, Classe1 *> mClasse1;
To me material is a methode of std.
mClasse1 is an object being declared,but what this means "<std::stri ng, Classe1 *>"I have never saw this kind of statement. What means operator "<" and ">".
Thank you in advance
Paulo
I am new here.
Recently I began to work with c++, and I found a line in the code,that I don't know what it means.
Please give me an explanation about it.
Here it is:
std::material<s td::string, Classe1 *> mClasse1;
To me material is a methode of std.
mClasse1 is an object being declared,but what this means "<std::stri ng, Classe1 *>"I have never saw this kind of statement. What means operator "<" and ">".
Thank you in advance
Paulo
Comment