static bool setRef(Cont<T> &cont, T &t)
 {
     return cont.setRef(t);
 }