MCPcopy Create free account
hub / github.com/ablab/spades / ifind_last

Function ifind_last

ext/include/boost/algorithm/string/find.hpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 */
156 template<typename Range1T, typename Range2T>
157 inline iterator_range<
158 BOOST_STRING_TYPENAME range_iterator<Range1T>::type>
159 ifind_last(
160 Range1T& Input,
161 const Range2T& Search,
162 const std::locale& Loc=std::locale())
163 {
164 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc)));
165 }
166
167// find_nth ----------------------------------------------------------------------//
168

Callers

nothing calls this directly

Calls 3

last_finderFunction · 0.85
is_iequalClass · 0.85
findFunction · 0.70

Tested by

no test coverage detected