コード例 #1
0
 void SubsCommand::accept(Visitor& visitor) const {
     visitor.handle(*this);
 }