// Getters
 static T getCopy(Cont<T> &cont)
 {
     return cont.getCopy();
 }