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

Function erase_all

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

Source from the content-addressed store, hash-verified

587 */
588 template<typename SequenceT, typename RangeT>
589 inline void erase_all(
590 SequenceT& Input,
591 const RangeT& Search )
592 {
593 ::boost::algorithm::find_format_all(
594 Input,
595 ::boost::algorithm::first_finder(Search),
596 ::boost::algorithm::empty_formatter(Input) );
597 }
598
599// erase_all ( case insensitive ) ------------------------------------//
600

Callers

nothing calls this directly

Calls 3

find_format_allFunction · 0.85
first_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected