18 #ifndef FST_SCRIPT_CONVERT_H_ 19 #define FST_SCRIPT_CONVERT_H_ 40 const std::string &new_type = std::get<1>(args->
args);
41 std::unique_ptr<Fst<Arc>> result(
Convert(fst, new_type));
43 result ? std::make_unique<FstClass>(std::move(result)) :
nullptr;
47 const std::string &new_type);
52 #endif // FST_SCRIPT_CONVERT_H_
std::pair< const FstClass &, const std::string & > FstConvertInnerArgs
void Convert(FarReaderClass &reader, FarWriterClass &writer, std::string_view fst_type)