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

Function erase_last

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

Source from the content-addressed store, hash-verified

294 */
295 template<typename SequenceT, typename RangeT>
296 inline void erase_last(
297 SequenceT& Input,
298 const RangeT& Search )
299 {
300 ::boost::algorithm::find_format(
301 Input,
302 ::boost::algorithm::last_finder(Search),
303 ::boost::algorithm::empty_formatter(Input) );
304 }
305
306// erase_last ( case insensitive ) ------------------------------------//
307

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
last_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected