コード例 #1
0
ファイル: class.lexeme.cpp プロジェクト: vmorgulys/sandbox
 void update(id<string>& type,array<T>& units)
 {
  check(!type.is_empty());
  
  _type=type;
  get()=units;
 }