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

Function erase_head_copy

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

Source from the content-addressed store, hash-verified

692 typename OutputIteratorT,
693 typename RangeT>
694 inline OutputIteratorT erase_head_copy(
695 OutputIteratorT Output,
696 const RangeT& Input,
697 int N )
698 {
699 return ::boost::algorithm::find_format_copy(
700 Output,
701 Input,
702 ::boost::algorithm::head_finder(N),
703 ::boost::algorithm::empty_formatter( Input ) );
704 }
705
706 //! Erase head algorithm
707 /*!

Callers

nothing calls this directly

Calls 3

find_format_copyFunction · 0.85
head_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected