Downcasting without copying the whole thingI have a non-virtual class (VectorT) with exactly the same data structure with its derived (Vector3)...
Implementation with function parameter packsI don't understand how can implement this functionality with variadic templates. I don't understand ...
element c'tor/d'tor in array created with realloc/freeNope. You cannot use realloc because you must run move constructor of moved objects. If you use real...
element c'tor/d'tor in array created with realloc/freeI create a dynamic array (like std::vector without [code]capacity()[/code] ). It can initialize the...
template function parameter inside template classI get the point now. But, dude! What a strange syntax! C++ syntax continues for 10th year to surpris...