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

Function erase_tail_copy

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

Source from the content-addressed store, hash-verified

764 typename OutputIteratorT,
765 typename RangeT>
766 inline OutputIteratorT erase_tail_copy(
767 OutputIteratorT Output,
768 const RangeT& Input,
769 int N )
770 {
771 return ::boost::algorithm::find_format_copy(
772 Output,
773 Input,
774 ::boost::algorithm::tail_finder(N),
775 ::boost::algorithm::empty_formatter( Input ) );
776 }
777
778 //! Erase tail algorithm
779 /*!

Callers

nothing calls this directly

Calls 3

find_format_copyFunction · 0.85
tail_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected