So the problem is as follows suppose we have some random user created container class
class Container { float* m_Data; std::size_t size; //some de