Home
last modified time | relevance | path

Searched refs:regex_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/regex/example/snippets/
Dregex_iterator_example.cpp61 bool regex_callback(const boost::match_results<std::string::const_iterator>& what) in regex_callback() function
97 std::for_each(m1, m2, &regex_callback); in main()
/third_party/boost/libs/regex/doc/
Dregex_iterator.qbk255 bool regex_callback(const boost::match_results<std::string::const_iterator>& what)
289 std::for_each(m1, m2, &regex_callback);