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

Function increment

ext/include/boost/algorithm/string/find_iterator.hpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144 // increment
145 void increment()
146 {
147 m_Match=this->do_find(m_Match.end(),m_End);
148 }
149
150 // comparison
151 bool equal( const find_iterator& Other ) const

Callers 15

find_iterator.hppFile · 0.70
find_iteratorFunction · 0.70
split_iteratorFunction · 0.70
rearrangerFunction · 0.50
duplicates_iteratorClass · 0.50
advanceMethod · 0.50
incrementMethod · 0.50
replace_Function · 0.50

Calls 3

do_findMethod · 0.80
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected