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

Function ierase_all_copy

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

Source from the content-addressed store, hash-verified

619 typename Range1T,
620 typename Range2T>
621 inline OutputIteratorT ierase_all_copy(
622 OutputIteratorT Output,
623 const Range1T& Input,
624 const Range2T& Search,
625 const std::locale& Loc=std::locale() )
626 {
627 return ::boost::algorithm::find_format_all_copy(
628 Output,
629 Input,
630 ::boost::algorithm::first_finder(Search, is_iequal(Loc)),
631 ::boost::algorithm::empty_formatter(Input) );
632 }
633
634 //! Erase all algorithm ( case insensitive )
635 /*!

Callers

nothing calls this directly

Calls 4

find_format_all_copyFunction · 0.85
first_finderFunction · 0.85
is_iequalClass · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected