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

Function nth_finder

ext/include/boost/algorithm/string/finder.hpp:128–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 */
127 template<typename RangeT>
128 inline detail::nth_finderF<
129 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type,
130 is_equal>
131 nth_finder(
132 const RangeT& Search,
133 int Nth)
134 {
135 return
136 detail::nth_finderF<
137 BOOST_STRING_TYPENAME
138 range_const_iterator<RangeT>::type,
139 is_equal>( ::boost::as_literal(Search), Nth, is_equal() ) ;
140 }
141 //! "Nth" finder
142 /*!
143 \overload

Callers 10

erase_nth_copyFunction · 0.85
erase_nthFunction · 0.85
ierase_nth_copyFunction · 0.85
ierase_nthFunction · 0.85
replace_nth_copyFunction · 0.85
replace_nthFunction · 0.85
ireplace_nth_copyFunction · 0.85
ireplace_nthFunction · 0.85
find_nthFunction · 0.85
ifind_nthFunction · 0.85

Calls 2

as_literalFunction · 0.85
is_equalClass · 0.85

Tested by

no test coverage detected