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

Function replace_all

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

Source from the content-addressed store, hash-verified

647 */
648 template<typename SequenceT, typename Range1T, typename Range2T>
649 inline void replace_all(
650 SequenceT& Input,
651 const Range1T& Search,
652 const Range2T& Format )
653 {
654 ::boost::algorithm::find_format_all(
655 Input,
656 ::boost::algorithm::first_finder(Search),
657 ::boost::algorithm::const_formatter(Format) );
658 }
659
660// replace_all ( case insensitive ) -----------------------------------------------//
661

Callers 3

do_put_tmMethod · 0.50
putMethod · 0.50
escape_dot_stringFunction · 0.50

Calls 3

find_format_allFunction · 0.85
first_finderFunction · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected