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