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