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

Function ierase_last

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

Source from the content-addressed store, hash-verified

365 */
366 template<typename SequenceT, typename RangeT>
367 inline void ierase_last(
368 SequenceT& Input,
369 const RangeT& Search,
370 const std::locale& Loc=std::locale() )
371 {
372 ::boost::algorithm::find_format(
373 Input,
374 ::boost::algorithm::last_finder(Search, is_iequal(Loc)),
375 ::boost::algorithm::empty_formatter(Input) );
376 }
377
378// erase_nth --------------------------------------------------------------------//
379

Callers

nothing calls this directly

Calls 4

find_formatFunction · 0.85
last_finderFunction · 0.85
is_iequalClass · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected