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

Function erase_last_copy

ext/include/boost/algorithm/string/erase.hpp:260–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 typename Range1T,
259 typename Range2T>
260 inline OutputIteratorT erase_last_copy(
261 OutputIteratorT Output,
262 const Range1T& Input,
263 const Range2T& Search )
264 {
265 return ::boost::algorithm::find_format_copy(
266 Output,
267 Input,
268 ::boost::algorithm::last_finder(Search),
269 ::boost::algorithm::empty_formatter(Input) );
270 }
271
272 //! Erase last algorithm
273 /*!

Callers

nothing calls this directly

Calls 3

find_format_copyFunction · 0.85
last_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected