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

Function find_last

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

Source from the content-addressed store, hash-verified

129 */
130 template<typename Range1T, typename Range2T>
131 inline iterator_range<
132 BOOST_STRING_TYPENAME range_iterator<Range1T>::type>
133 find_last(
134 Range1T& Input,
135 const Range2T& Search)
136 {
137 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search));
138 }
139
140 //! Find last algorithm ( case insensitive )
141 /*!

Callers

nothing calls this directly

Calls 2

last_finderFunction · 0.85
findFunction · 0.70

Tested by

no test coverage detected