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

Function replace_range

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

Source from the content-addressed store, hash-verified

97 */
98 template<typename SequenceT, typename RangeT>
99 inline void replace_range(
100 SequenceT& Input,
101 const iterator_range<
102 BOOST_STRING_TYPENAME
103 range_iterator<SequenceT>::type>& SearchRange,
104 const RangeT& Format)
105 {
106 ::boost::algorithm::find_format(
107 Input,
108 ::boost::algorithm::range_finder(SearchRange),
109 ::boost::algorithm::const_formatter(Format));
110 }
111
112// replace_first --------------------------------------------------------------------//
113

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
range_finderFunction · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected