|
template<class BidiIterator , class Allocator , class charT , class traits > |
bool | boost::regex_search (BidiIterator first, BidiIterator last, match_results< BidiIterator, Allocator > &m, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class BidiIterator , class Allocator , class charT , class traits > |
bool | boost::regex_search (BidiIterator first, BidiIterator last, match_results< BidiIterator, Allocator > &m, const basic_regex< charT, traits > &e, match_flag_type flags, BidiIterator base) |
|
template<class charT , class Allocator , class traits > |
bool | boost::regex_search (const charT *str, match_results< const charT *, Allocator > &m, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class ST , class SA , class Allocator , class charT , class traits > |
bool | boost::regex_search (const std::basic_string< charT, ST, SA > &s, match_results< typename std::basic_string< charT, ST, SA >::const_iterator, Allocator > &m, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class BidiIterator , class charT , class traits > |
bool | boost::regex_search (BidiIterator first, BidiIterator last, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class charT , class traits > |
bool | boost::regex_search (const charT *str, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|
template<class ST , class SA , class charT , class traits > |
bool | boost::regex_search (const std::basic_string< charT, ST, SA > &s, const basic_regex< charT, traits > &e, match_flag_type flags=match_default) |
|