Quindi ho una lista:
list<Object> myList;
myList.push_back(Object myObject);
Non sono sicuro ma sono sicuro che questo sarebbe l'elemento "0" nell'array. C'è qualche funzione che posso usare che restituirà "mioOggetto"?
Object copy = myList.find_element(0);
?
front()
.
vector
invece?