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

Function ireplace_all

include/win/boost/algorithm/string/replace.hpp:728–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 */
727 template<typename SequenceT, typename Range1T, typename Range2T>
728 inline void ireplace_all(
729 SequenceT& Input,
730 const Range1T& Search,
731 const Range2T& Format,
732 const std::locale& Loc=std::locale() )
733 {
734 ::boost::algorithm::find_format_all(
735 Input,
736 ::boost::algorithm::first_finder(Search, is_iequal(Loc)),
737 ::boost::algorithm::const_formatter(Format) );
738 }
739
740// replace_head --------------------------------------------------------------------//
741

Callers

nothing calls this directly

Calls 4

find_format_allFunction · 0.85
first_finderFunction · 0.85
is_iequalClass · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected