Exemple #1
0
 void update(id<string>& type,array<T>& units)
 {
  check(!type.is_empty());
  
  _type=type;
  get()=units;
 }