MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / ierase_all

Function ierase_all

include/win/boost/algorithm/string/erase.hpp:660–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 */
659 template<typename SequenceT, typename RangeT>
660 inline void ierase_all(
661 SequenceT& Input,
662 const RangeT& Search,
663 const std::locale& Loc=std::locale() )
664 {
665 ::boost::algorithm::find_format_all(
666 Input,
667 ::boost::algorithm::first_finder(Search, is_iequal(Loc)),
668 ::boost::algorithm::empty_formatter(Input) );
669 }
670
671// erase_head --------------------------------------------------------------------//
672

Callers

nothing calls this directly

Calls 4

find_format_allFunction · 0.85
first_finderFunction · 0.85
is_iequalClass · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected