Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Mal eine kleine Frage:
Was ist der Unterschied:
template<class T_>
und
template<typename T_>
Das ist offiziell äquivalent (wobei ältere Compiler Probleme mit der zweiten Variante haben könnten).