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

Function erase_nth

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

Source from the content-addressed store, hash-verified

439 */
440 template<typename SequenceT, typename RangeT>
441 inline void erase_nth(
442 SequenceT& Input,
443 const RangeT& Search,
444 int Nth )
445 {
446 ::boost::algorithm::find_format(
447 Input,
448 ::boost::algorithm::nth_finder(Search, Nth),
449 ::boost::algorithm::empty_formatter(Input) );
450 }
451
452// erase_nth ( case insensitive ) ---------------------------------------------//
453

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
nth_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected