regex_id_filter_predicate 構造体テンプレート

template<typename BidiIter>
struct regex_id_filter_predicate

概要

// ヘッダ:<boost/xpressive/match_results.hpp>

template<typename BidiIter>
struct regex_id_filter_predicate {
  // 構築、コピー、解体
  regex_id_filter_predicate(regex_id_type);

  // 公開メンバ関数
  bool operator()(match_results< BidiIter > const &) const;
};

説明

regex_id_filter_predicate 構築、コピー、解体の公開演算

regex_id_filter_predicate(regex_id_type regex_id)

regex_id_filter_predicate 公開メンバ関数

bool operator()(match_results<BidiIter> const &res) const