Example #1
0
 static T return_t_iface <T> (IFace <T> r, T t)
 {
     return(r.return_t_iface(t));
 }