I have an object that internally stores a rather heavy collection of objects. This collection is filled on demand, that is, if the collection is not necessary it will not be filled in life:
class Objeto
{
std::vector<int> coleccion;...
asked by
30.08.2017 / 13:26