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...
template function parameter inside template classSorry for the big code block but it can be compiled. I get this strange error. It seems that it d...