Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template regex_id_filter_predicate

boost::xpressive::regex_id_filter_predicate

Synopsis

// In header: <boost/xpressive/match_results.hpp>

template<typename BidiIter> 
struct regex_id_filter_predicate {
  // types
  typedef match_results<  ;
  typedef                       ;  

  // construct/copy/destruct
  ();

  // public member functions
   (match_results< ) ;
};

Description

regex_id_filter_predicate public construct/copy/destruct

  1. ( regex_id);

regex_id_filter_predicate public member functions

  1.  (match_results<  res) ;

PrevUpHomeNext