70 auto_filter_op_t m_op = auto_filter_op_t::unspecified;
78 filter_item_t(col_t _field, auto_filter_op_t _op, std::string_view v);
79 filter_item_t(col_t _field, auto_filter_op_t _op, std::string_view v,
bool _regex);
84 auto_filter_op_t op()
const;