30 const std::string &info_type,
bool verify) {
31 FstInfoArgs args{fst, test_properties, arc_filter, info_type, verify};
32 Apply<Operation<FstInfoArgs>>(
"Info", fst.
ArcType(), &args);
REGISTER_FST_OPERATION_3ARCS(Compress, CompressArgs)
const std::string & ArcType() const final
void Info(const std::vector< std::string > &sources, const std::string &arc_type, const std::string &begin_key, const std::string &end_key, bool list_fsts)
std::tuple< const FstClass &, bool, ArcFilterType, const std::string &, bool > FstInfoArgs