|
template<class Predicate , class BidiIterator , class charT , class traits > |
unsigned int | boost::regex_grep (Predicate foo, BidiIterator first, BidiIterator last, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class Predicate , class charT , class traits > |
unsigned int | boost::regex_grep (Predicate foo, const charT *str, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class Predicate , class ST , class SA , class charT , class traits > |
unsigned int | boost::regex_grep (Predicate foo, const std::basic_string< charT, ST, SA > &s, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|