Is there equivalent of extends T>, super T> in C++?
extends T>
super T>
Also, does extends T>,
This is an extension that sadly was removed from the draft standard of C++0x as it "was not ready". However, it is possible to simulate this using static asserts (that is a part of C++0x and Boost as people have mentioned here).