예제 #1
0
파일: dtm.hpp 프로젝트: pierriko/clara
 void save(const std::string& filepath) const {
     io.save(filepath);
 }
예제 #2
0
 void save(const std::string& filepath) {
     dtm.save(filepath);
 }